From 4d83cf46590e7c48581612fd9fe6218b896b89b8 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Sep 2008 13:09:54 -0400 Subject: Table declarations pushed to Cjr --- src/cjr.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cjr.sml') diff --git a/src/cjr.sml b/src/cjr.sml index 727874a9..4d6608ce 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -87,6 +87,8 @@ 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 + + | DTable of string * (string * typ) list | DDatabase of string withtype decl = decl' located -- cgit v1.2.3