From b4398c433195b75d5e03d0774b1128fae14e9f41 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Sep 2008 10:51:41 -0400 Subject: 'database' declaration threaded through compiler --- src/source.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index f8a12a93..70738c1a 100644 --- a/src/source.sml +++ b/src/source.sml @@ -142,6 +142,7 @@ datatype decl' = | DExport of str | DTable of string * con | DClass of string * con + | DDatabase of string and str' = StrConst of decl list -- cgit v1.2.3