summaryrefslogtreecommitdiff
path: root/src/expl_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/expl_print.sml')
-rw-r--r--src/expl_print.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expl_print.sml b/src/expl_print.sml
index 7b34c9c3..05e6da02 100644
--- a/src/expl_print.sml
+++ b/src/expl_print.sml
@@ -572,6 +572,9 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DDatabase s => box [string "database",
+ space,
+ string s]
and p_str env (str, _) =
case str of