summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 11:43:57 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 11:43:57 -0400
commit95d278b9b8e9c314541b8251a34a32fe6deeb896 (patch)
treef0f262173a66272d9d91248844f2facc40cc65a2 /src/core.sml
parent3316f3c317e587a5fc2ecf38f061a72b48e3b94e (diff)
Starting with closure links
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml
index fe969d18..69eafd33 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -76,6 +76,8 @@ datatype exp' =
| EWrite of exp
+ | EClosure of int * exp list
+
withtype exp = exp' located
datatype decl' =