summaryrefslogtreecommitdiff
path: root/src/source_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 10:11:35 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 10:11:35 -0400
commit768dfadfe4717b0c3f7b207a4980c78288b44a93 (patch)
treed927ffb9ed326f5f978ef15d1157f99239fcfb0f /src/source_print.sml
parentbaa7f87fc4cb1d22eed66ff41a61e9525e0477e2 (diff)
page declaration, up through monoize
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 8fc27106..827bb554 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -418,6 +418,10 @@ fun p_decl ((d, _) : decl) =
space,
p_list_sep (string ".") string (m :: ms)]
+ | DPage e => box [string "page",
+ space,
+ p_exp e]
+
and p_str (str, _) =
case str of
StrConst ds => box [string "struct",