diff src/source.sml @ 123:e3041657d653

Parsing and elaborating (non-mutual) 'val rec'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Jul 2008 10:09:34 -0400
parents 813e5a52063d
children 7420fa18d657
line wrap: on
line diff
--- a/src/source.sml	Sun Jul 13 20:25:25 2008 -0400
+++ b/src/source.sml	Thu Jul 17 10:09:34 2008 -0400
@@ -107,6 +107,7 @@
 datatype decl' =
          DCon of string * kind option * con
        | DVal of string * con option * exp
+       | DValRec of (string * con option * exp) list
        | DSgn of string * sgn
        | DStr of string * sgn option * str
        | DFfiStr of string * sgn