From e8ceaa0ae216c7c85e810998ab97989e7a83c82d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 22 Jul 2008 15:12:20 -0400 Subject: Simple forms work --- src/mono.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mono.sml') diff --git a/src/mono.sml b/src/mono.sml index 22a5a8e0..13ba3adf 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -62,7 +62,7 @@ withtype exp = exp' located datatype decl' = DVal of string * int * typ * exp * string | DValRec of (string * int * typ * exp * string) list - | DExport of string * int * typ list + | DExport of Core.export_kind * string * int * typ list withtype decl = decl' located -- cgit v1.2.3