summaryrefslogtreecommitdiff
path: root/src/expl.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-17 10:13:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-17 10:13:18 -0400
commit1e03bdf0b6f423870abcf5e54ae7f2bdf08e3e49 (patch)
tree39ac50f2c17e5c8068db2294a5bc3ee89e88cf1a /src/expl.sml
parentdcfd6390610712e9d498cdb4e466eb932a6bb138 (diff)
Explifying (non-mutual) 'val rec'
Diffstat (limited to 'src/expl.sml')
-rw-r--r--src/expl.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expl.sml b/src/expl.sml
index d6ceb35b..2bb25929 100644
--- a/src/expl.sml
+++ b/src/expl.sml
@@ -97,6 +97,7 @@ and sgn = sgn' located
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