aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index 70738c1a..bfb54194 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -83,6 +83,7 @@ datatype sgn_item' =
| SgiInclude of sgn
| SgiConstraint of con * con
| SgiTable of string * con
+ | SgiSequence of string
| SgiClassAbs of string
| SgiClass of string * con
@@ -141,6 +142,7 @@ datatype decl' =
| DOpenConstraints of string * string list
| DExport of str
| DTable of string * con
+ | DSequence of string
| DClass of string * con
| DDatabase of string