summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml
index b10f651c..4742c541 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -89,6 +89,7 @@ datatype exp' =
body : exp,
initial : exp }
| EDml of exp
+ | ENextval of exp
withtype exp = exp' located
@@ -100,6 +101,7 @@ datatype decl' =
| DExport of Core.export_kind * string * int * typ list
| DTable of string * (string * typ) list
+ | DSequence of string
| DDatabase of string
withtype decl = decl' located