summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml
index 0b81e50e..1a181a68 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -120,6 +120,7 @@ datatype decl' =
| DTable of string * int * con * string
| DSequence of string * int * string
| DDatabase of string
+ | DCookie of string * int * con * string
withtype decl = decl' located