diff src/expl_print.sml @ 460:d34834af4512

Cookies through explify
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Nov 2008 10:43:48 -0500
parents 787d4931fb07
children 40c737913075
line wrap: on
line diff
--- a/src/expl_print.sml	Thu Nov 06 10:29:55 2008 -0500
+++ b/src/expl_print.sml	Thu Nov 06 10:43:48 2008 -0500
@@ -471,16 +471,6 @@
                                    string "=",
                                    space,
                                    p_sgn env sgn]
-      | SgiTable (_, x, n, c) => box [string "table",
-                                      space,
-                                      p_named x n,
-                                      space,
-                                      string ":",
-                                      space,
-                                      p_con env c]
-      | SgiSequence (_, x, n) => box [string "sequence",
-                                      space,
-                                      p_named x n]
 
 and p_sgn env (sgn, loc) =
     case sgn of
@@ -635,6 +625,13 @@
       | DDatabase s => box [string "database",
                             space,
                             string s]
+      | DCookie (_, x, n, c) => box [string "cookie",
+                                     space,
+                                     p_named x n,
+                                     space,
+                                     string ":",
+                                     space,
+                                     p_con env c]
 
 and p_str env (str, _) =
     case str of