aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/expl_print.sml')
-rw-r--r--src/expl_print.sml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/expl_print.sml b/src/expl_print.sml
index 10819fbc..dd328bb5 100644
--- a/src/expl_print.sml
+++ b/src/expl_print.sml
@@ -436,6 +436,9 @@ fun p_sgn_item env (sgi, _) =
string ":",
space,
p_con env c]
+ | SgiSequence (_, x, n) => box [string "sequence",
+ space,
+ p_named x n]
and p_sgn env (sgn, loc) =
case sgn of
@@ -584,6 +587,9 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DSequence (_, x, n) => box [string "sequence",
+ space,
+ p_named x n]
| DDatabase s => box [string "database",
space,
string s]