summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 30b53064..8e77d773 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -152,6 +152,7 @@ datatype decl' =
| DExport of int * sgn * str
| DTable of int * string * int * con
| DClass of string * int * con
+ | DDatabase of string
and str' =
StrConst of decl list