Mercurial > urweb
diff src/mono.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 | d101cb1efe55 |
children | 2d6116de9cca |
line wrap: on
line diff
--- a/src/mono.sml Thu Jul 10 16:05:14 2008 -0400 +++ b/src/mono.sml Sun Jul 13 10:17:06 2008 -0400 @@ -58,8 +58,8 @@ withtype exp = exp' located datatype decl' = - DVal of string * int * typ * exp - | DPage of (string * typ) list * exp + DVal of string * int * typ * exp * string + | DExport of int withtype decl = decl' located