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/source.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index e52f5630..d5aa137e 100644 --- a/src/source.sml +++ b/src/source.sml @@ -113,7 +113,7 @@ datatype decl' = | DOpen of string * string list | DConstraint of con * con | DOpenConstraints of string * string list - | DPage of exp + | DExport of str and str' = StrConst of decl list -- cgit v1.2.3