Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
108:f59553dc1b6a | 109:813e5a52063d |
---|---|
111 | DStr of string * sgn option * str | 111 | DStr of string * sgn option * str |
112 | DFfiStr of string * sgn | 112 | DFfiStr of string * sgn |
113 | DOpen of string * string list | 113 | DOpen of string * string list |
114 | DConstraint of con * con | 114 | DConstraint of con * con |
115 | DOpenConstraints of string * string list | 115 | DOpenConstraints of string * string list |
116 | DPage of exp | 116 | DExport of str |
117 | 117 |
118 and str' = | 118 and str' = |
119 StrConst of decl list | 119 StrConst of decl list |
120 | StrVar of string | 120 | StrVar of string |
121 | StrProj of str * string | 121 | StrProj of str * string |