summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 6fcb857a..2e8d12f6 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -129,6 +129,7 @@ datatype sgn_item' =
| SgiSgn of string * int * sgn
| SgiConstraint of con * con
| SgiTable of int * string * int * con
+ | SgiSequence of int * string * int
| SgiClassAbs of string * int
| SgiClass of string * int * con
@@ -155,6 +156,7 @@ datatype decl' =
| DConstraint of con * con
| DExport of int * sgn * str
| DTable of int * string * int * con
+ | DSequence of int * string * int
| DClass of string * int * con
| DDatabase of string