Mercurial > urweb
diff src/core.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 | 5f04adf47f48 |
children | 3739af9e727a |
line wrap: on
line diff
--- a/src/core.sml Thu Jul 10 16:05:14 2008 -0400 +++ b/src/core.sml Sun Jul 13 10:17:06 2008 -0400 @@ -80,8 +80,8 @@ 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