aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index f98227ec..c37505d0 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -550,6 +550,10 @@ fun p_decl ((d, _) : decl) =
space,
p_con c]
+ | DDatabase s => box [string "database",
+ space,
+ string s]
+
and p_str (str, _) =
case str of
StrConst ds => box [string "struct",