aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index c37505d0..4844e508 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -380,6 +380,9 @@ fun p_sgn_item (sgi, _) =
string ":",
space,
p_con c]
+ | SgiSequence x => box [string "sequence",
+ space,
+ string x]
| SgiClassAbs x => box [string "class",
space,
string x]
@@ -542,6 +545,9 @@ fun p_decl ((d, _) : decl) =
string ":",
space,
p_con c]
+ | DSequence x => box [string "sequence",
+ space,
+ string x]
| DClass (x, c) => box [string "class",
space,
string x,