summaryrefslogtreecommitdiff
path: root/src/Pure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pure.ml')
-rw-r--r--src/Pure.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Pure.ml b/src/Pure.ml
index 89748bdd..7e5aca47 100644
--- a/src/Pure.ml
+++ b/src/Pure.ml
@@ -201,9 +201,7 @@ type let_bindings =
*)
(** Meta-information stored in the AST *)
-type meta =
- | Aggregate of mplace option * typed_rvalue
- | Assignment of mplace * typed_rvalue
+type meta = Assignment of mplace * typed_rvalue
(** **Rk.:** here, [expression] is not at all equivalent to the expressions
used in CFIM. They are lambda-calculus expressions, and are thus actually