From e3313edc92a73932ff57b1c803fe7e408283406f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 17 Jul 2008 10:23:04 -0400 Subject: Corifying (non-mutual) 'val rec' --- src/core.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index 69eafd33..448113cc 100644 --- a/src/core.sml +++ b/src/core.sml @@ -83,6 +83,7 @@ withtype exp = exp' located 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 -- cgit v1.2.3