From 23ceb23847f2a5cd568278a47015f4d220f138c5 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Thu, 5 Jan 2023 23:50:41 +0100 Subject: Fix a minor issue in decompose_let_bindings --- compiler/Pure.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/Pure.ml') 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 -- cgit v1.2.3