Mercurial > urweb
diff src/core.sml @ 125:fd98dd10dce7
Corifying (non-mutual) 'val rec'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 17 Jul 2008 10:23:04 -0400 |
parents | 3739af9e727a |
children | f0d3402184d1 |
line wrap: on
line diff
--- a/src/core.sml Thu Jul 17 10:13:18 2008 -0400 +++ b/src/core.sml Thu Jul 17 10:23:04 2008 -0400 @@ -83,6 +83,7 @@ datatype decl' = DCon of string * int * kind * con | DVal of string * int * con * exp * string + | DValRec of (string * int * con * exp * string) list | DExport of int withtype decl = decl' located