summaryrefslogtreecommitdiff
path: root/src/source_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
commit3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch)
treefae8c92c195e5f7976352a337017d285e729f859 /src/source_print.sml
parent7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff)
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 827bb554..760f46bf 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -418,9 +418,9 @@ fun p_decl ((d, _) : decl) =
space,
p_list_sep (string ".") string (m :: ms)]
- | DPage e => box [string "page",
- space,
- p_exp e]
+ | DExport str => box [string "export",
+ space,
+ p_str str]
and p_str (str, _) =
case str of