summaryrefslogtreecommitdiff
path: root/src/Pure.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-28 09:08:35 +0100
committerSon Ho2022-01-28 09:08:35 +0100
commit1153b33184118cd4ee8d4ebca6081183879c0b49 (patch)
tree51d7bfd6f82acac60505b2d9b4f96c38298409cc /src/Pure.ml
parent85629935e24c7ae068314d3eaeffad04b0e8349f (diff)
Make minor modifications
Diffstat (limited to 'src/Pure.ml')
-rw-r--r--src/Pure.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Pure.ml b/src/Pure.ml
index 4e0768cd..ee4e74bb 100644
--- a/src/Pure.ml
+++ b/src/Pure.ml
@@ -195,9 +195,9 @@ type let_bindings =
```
Note that we prefer not handling this case through a match.
- TODO: actually why not encoding it as a match internally, then
- generating the `let Cons ... = ... in ...` upon outputting the
- code if we detect there is exactly one variant?...
+
+ TODO: why don't we merge this with Assign? It would make things a lot
+ simpler (before: introduce general ADTs in lvalue).
*)
(** Meta-information stored in the AST *)