diff src/core.sml @ 271:42dfb0d61cf0

'database' declaration threaded through compiler
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 10:51:41 -0400
parents 5c50b17f5e4a
children e976b187d73a
line wrap: on
line diff
--- a/src/core.sml	Tue Sep 02 10:31:16 2008 -0400
+++ b/src/core.sml	Tue Sep 02 10:51:41 2008 -0400
@@ -115,6 +115,7 @@
        | DValRec of (string * int * con * exp * string) list
        | DExport of export_kind * int
        | DTable of string * int * con * string
+       | DDatabase of string
 
 withtype decl = decl' located