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/cjr.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cjr.sml') diff --git a/src/cjr.sml b/src/cjr.sml index e9b89bfc..727874a9 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -87,6 +87,7 @@ datatype decl' = | DVal of string * int * typ * exp | DFun of string * int * (string * typ) list * typ * exp | DFunRec of (string * int * (string * typ) list * typ * exp) list + | DDatabase of string withtype decl = decl' located -- cgit v1.2.3