diff src/expl.sml @ 124:541282b81454

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