diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-02 10:51:41 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-02 10:51:41 -0400 |
commit | b4398c433195b75d5e03d0774b1128fae14e9f41 (patch) | |
tree | 70e65dddc4c89b8cd1e13fce0d0c2ce21f50d67a /src/expl.sml | |
parent | 8a494ef37c4f4f7e15bbf173f44f81d12a60b91b (diff) |
'database' declaration threaded through compiler
Diffstat (limited to 'src/expl.sml')
-rw-r--r-- | src/expl.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expl.sml b/src/expl.sml index bbc18097..3bb7beff 100644 --- a/src/expl.sml +++ b/src/expl.sml @@ -130,6 +130,7 @@ datatype decl' = | DFfiStr of string * int * sgn | DExport of int * sgn * str | DTable of int * string * int * con + | DDatabase of string and str' = StrConst of decl list |