diff options
Diffstat (limited to 'src/source_print.sml')
-rw-r--r-- | src/source_print.sml | 4 |
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", |