summaryrefslogtreecommitdiff
path: root/src/mono_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-09-02 10:51:41 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-09-02 10:51:41 -0400
commitb4398c433195b75d5e03d0774b1128fae14e9f41 (patch)
tree70e65dddc4c89b8cd1e13fce0d0c2ce21f50d67a /src/mono_print.sml
parent8a494ef37c4f4f7e15bbf173f44f81d12a60b91b (diff)
'database' declaration threaded through compiler
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r--src/mono_print.sml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml
index 39db4c1c..450c5bee 100644
--- a/src/mono_print.sml
+++ b/src/mono_print.sml
@@ -312,6 +312,10 @@ fun p_decl env (dAll as (d, _) : decl) =
string "(",
p_typ env t,
string ")"]) ts]
+
+ | DDatabase s => box [string "database",
+ space,
+ string s]
fun p_file env file =
let