summaryrefslogtreecommitdiff
path: root/src/core_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_print.sml')
-rw-r--r--src/core_print.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core_print.sml b/src/core_print.sml
index a5d3df95..0d5a61c1 100644
--- a/src/core_print.sml
+++ b/src/core_print.sml
@@ -446,6 +446,9 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DDatabase s => box [string "database",
+ space,
+ string s]
fun p_file env file =
let