summaryrefslogtreecommitdiff
path: root/src/source_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index d33fb38d..3c26812f 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -408,16 +408,6 @@ fun p_sgn_item (sgi, _) =
string "~",
space,
p_con c2]
- | SgiTable (x, c) => box [string "table",
- space,
- string x,
- space,
- string ":",
- space,
- p_con c]
- | SgiSequence x => box [string "sequence",
- space,
- string x]
| SgiClassAbs x => box [string "class",
space,
string x]
@@ -428,13 +418,6 @@ fun p_sgn_item (sgi, _) =
string "=",
space,
p_con c]
- | SgiCookie (x, c) => box [string "cookie",
- space,
- string x,
- space,
- string ":",
- space,
- p_con c]
and p_sgn (sgn, _) =
case sgn of