summaryrefslogtreecommitdiff
path: root/src/cjr_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r--src/cjr_print.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml
index 4a65cd34..cefcad44 100644
--- a/src/cjr_print.sml
+++ b/src/cjr_print.sml
@@ -709,6 +709,9 @@ fun p_decl env (dAll as (d, _) : decl) =
p_list_sep newline (p_fun env) vis,
newline]
end
+ | DDatabase s => box [string "database",
+ space,
+ string s]
datatype 'a search =
Found of 'a