summaryrefslogtreecommitdiff
path: root/src/core_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_print.sml')
-rw-r--r--src/core_print.sml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core_print.sml b/src/core_print.sml
index cfd01e2d..6e32dde3 100644
--- a/src/core_print.sml
+++ b/src/core_print.sml
@@ -458,6 +458,13 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DSequence (x, n, s) => box [string "sequence",
+ space,
+ p_named x n,
+ space,
+ string "as",
+ space,
+ string s]
| DDatabase s => box [string "database",
space,
string s]