diff src/source.sml @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents f0f59e918cac
children e3041657d653
line wrap: on
line diff
--- a/src/source.sml	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/source.sml	Sun Jul 13 10:17:06 2008 -0400
@@ -113,7 +113,7 @@
        | 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