From 3316f3c317e587a5fc2ecf38f061a72b48e3b94e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 13 Jul 2008 10:17:06 -0400 Subject: Remove closure conversion in favor of zany fun with modules, which also replaces 'page' --- src/core.sml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index 4572a8d9..fe969d18 100644 --- a/src/core.sml +++ b/src/core.sml @@ -80,8 +80,8 @@ withtype exp = exp' located datatype decl' = DCon of string * int * kind * con - | DVal of string * int * con * exp - | DPage of con * exp + | DVal of string * int * con * exp * string + | DExport of int withtype decl = decl' located -- cgit v1.2.3