From dcfd6390610712e9d498cdb4e466eb932a6bb138 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 17 Jul 2008 10:09:34 -0400 Subject: Parsing and elaborating (non-mutual) 'val rec' --- src/source.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index d5aa137e..a04836bb 100644 --- a/src/source.sml +++ b/src/source.sml @@ -107,6 +107,7 @@ withtype exp = exp' located 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 -- cgit v1.2.3