From 21678b3f280cd85961e3354faecc29aab4819de4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 31 Dec 2009 11:41:57 -0500 Subject: Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly --- src/core.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index 78a1eded..90005f16 100644 --- a/src/core.sml +++ b/src/core.sml @@ -127,7 +127,7 @@ datatype decl' = | DDatatype of (string * int * string list * (string * int * con option) list) list | DVal of string * int * con * exp * string | DValRec of (string * int * con * exp * string) list - | DExport of export_kind * int + | DExport of export_kind * int * bool | DTable of string * int * con * string * exp * con * exp * con | DSequence of string * int * string | DView of string * int * string * exp * con -- cgit v1.2.3