Mercurial > urweb
diff src/cjr.sml @ 273:09c66a30ef32
Table declarations pushed to Cjr
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 02 Sep 2008 13:09:54 -0400 |
parents | 42dfb0d61cf0 |
children | 0236d9412ad2 |
line wrap: on
line diff
--- a/src/cjr.sml Tue Sep 02 11:57:25 2008 -0400 +++ b/src/cjr.sml Tue Sep 02 13:09:54 2008 -0400 @@ -87,6 +87,8 @@ | 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