diff src/elab_print.sml @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents f0f59e918cac
children 3739af9e727a
line wrap: on
line diff
--- a/src/elab_print.sml	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/elab_print.sml	Sun Jul 13 10:17:06 2008 -0400
@@ -450,12 +450,12 @@
                                      string "~",
                                      space,
                                      p_con env c2]
-      | DPage (c, e) => box [string "page",
-                             p_con env c,
-                             space,
-                             string "=",
-                             space,
-                             p_exp env e]
+      | DExport (_, sgn, str) => box [string "export",
+                                      p_str env str,
+                                      space,
+                                      string ":",
+                                      space,
+                                      p_sgn env sgn]
 
 and p_str env (str, _) =
     case str of