diff src/core.sml @ 110:3739af9e727a

Starting with closure links
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 11:43:57 -0400
parents 813e5a52063d
children fd98dd10dce7
line wrap: on
line diff
--- a/src/core.sml	Sun Jul 13 10:17:06 2008 -0400
+++ b/src/core.sml	Sun Jul 13 11:43:57 2008 -0400
@@ -76,6 +76,8 @@
 
        | EWrite of exp
 
+       | EClosure of int * exp list
+
 withtype exp = exp' located
 
 datatype decl' =