diff options
Diffstat (limited to 'src/core.sml')
-rw-r--r-- | src/core.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml index 0eef7e96..1fcf26c4 100644 --- a/src/core.sml +++ b/src/core.sml @@ -115,6 +115,7 @@ datatype decl' = | DValRec of (string * int * con * exp * string) list | DExport of export_kind * int | DTable of string * int * con * string + | DSequence of string * int * string | DDatabase of string withtype decl = decl' located |