diff src/elab.sml @ 271:42dfb0d61cf0

'database' declaration threaded through compiler
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 10:51:41 -0400
parents 19e5791923d0
children 9601c717d2f3
line wrap: on
line diff
--- a/src/elab.sml	Tue Sep 02 10:31:16 2008 -0400
+++ b/src/elab.sml	Tue Sep 02 10:51:41 2008 -0400
@@ -152,6 +152,7 @@
        | DExport of int * sgn * str
        | DTable of int * string * int * con
        | DClass of string * int * con
+       | DDatabase of string
 
      and str' =
          StrConst of decl list