summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml
diff options
context:
space:
mode:
authorSon Ho2023-01-05 23:50:41 +0100
committerSon HO2023-02-03 11:21:46 +0100
commit23ceb23847f2a5cd568278a47015f4d220f138c5 (patch)
treeef94c4562f44842fad8ceb0293a7628b9f7de201 /compiler/Pure.ml
parentefba91b5cc65d83c3f4d8a0d282eeda520abe82a (diff)
Fix a minor issue in decompose_let_bindings
Diffstat (limited to '')
-rw-r--r--compiler/Pure.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Pure.ml b/compiler/Pure.ml
index 97eced1d..521d60e6 100644
--- a/compiler/Pure.ml
+++ b/compiler/Pure.ml
@@ -519,6 +519,7 @@ and meta =
The second (optional) mplace stores the origin.
*)
| MPlace of mplace (** Meta-information about the origin of a value *)
+ | Tag of string (** A tag - typically used for debugging *)
[@@deriving
show,
visitors