diff src/mono_print.sml @ 273:09c66a30ef32

Table declarations pushed to Cjr
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 13:09:54 -0400
parents 42dfb0d61cf0
children c0e4ac23522d
line wrap: on
line diff
--- a/src/mono_print.sml	Tue Sep 02 11:57:25 2008 -0400
+++ b/src/mono_print.sml	Tue Sep 02 13:09:54 2008 -0400
@@ -313,6 +313,18 @@
                                                                             p_typ env t,
                                                                             string ")"]) ts]
 
+      | DTable (s, xts) => box [string "(* SQL table ",
+                                string s,
+                                space,
+                                string ":",
+                                space,
+                                p_list (fn (x, t) => box [string x,
+                                                          space,
+                                                          string ":",
+                                                          space,
+                                                          p_typ env t]) xts,
+                                space,
+                                string "*)"]
       | DDatabase s => box [string "database",
                             space,
                             string s]