diff src/expl_print.sml @ 271:42dfb0d61cf0

'database' declaration threaded through compiler
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 10:51:41 -0400
parents 3aa010e97db9
children 4260ad920c36
line wrap: on
line diff
--- a/src/expl_print.sml	Tue Sep 02 10:31:16 2008 -0400
+++ b/src/expl_print.sml	Tue Sep 02 10:51:41 2008 -0400
@@ -572,6 +572,9 @@
                                     string ":",
                                     space,
                                     p_con env c]
+      | DDatabase s => box [string "database",
+                            space,
+                            string s]
 
 and p_str env (str, _) =
     case str of