aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 913650fa..4092891e 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -54,6 +54,8 @@ datatype exp' =
| EWrite of exp
| ESeq of exp * exp
+ | EClosure of int * exp list
+
withtype exp = exp' located