summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 10:48:02 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 10:48:02 -0500
commit6b020742f893fed869a9473680271b6a68e1ce09 (patch)
tree020f1384d2aab1de4782d6f08180d28df08cf2e9 /src/core.sml
parent3c9155ead1004bd305ed8bd990fcfd9904ac6629 (diff)
Cookies through shake2
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