summaryrefslogtreecommitdiff
path: root/src/explify.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/explify.sml')
-rw-r--r--src/explify.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/explify.sml b/src/explify.sml
index 689c18ca..142ddfcb 100644
--- a/src/explify.sml
+++ b/src/explify.sml
@@ -164,6 +164,7 @@ fun explifyDecl (d, loc : EM.span) =
| L.DTable (nt, x, n, c) => SOME (L'.DTable (nt, x, n, explifyCon c), loc)
| L.DClass (x, n, c) => SOME (L'.DCon (x, n,
(L'.KArrow ((L'.KType, loc), (L'.KType, loc)), loc), explifyCon c), loc)
+ | L.DDatabase s => SOME (L'.DDatabase s, loc)
and explifyStr (str, loc) =
case str of