Mercurial > urweb
diff src/elab.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/elab.sml Thu Jul 10 16:05:14 2008 -0400 +++ b/src/elab.sml Sun Jul 13 10:17:06 2008 -0400 @@ -115,7 +115,7 @@ | DStr of string * int * sgn * str | DFfiStr of string * int * sgn | DConstraint of con * con - | DPage of con * exp + | DExport of int * sgn * str and str' = StrConst of decl list