summaryrefslogtreecommitdiff
path: root/src/source_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-09-14 11:02:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-09-14 11:02:18 -0400
commitc81c24b4feb3fae3c13861f1bcaafab697a6bb7e (patch)
tree4f168489261d0202a9d664e548dd71a10665df46 /src/source_print.sml
parent0faed8b64498534297bd797108b659802815aefc (diff)
SQL sequences
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,