diff src/core.sml @ 461:5c9606deacb6

Cookies through shake2
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Nov 2008 10:48:02 -0500
parents 07f6576aeb0a
children ae03d09043c1
line wrap: on
line diff
--- a/src/core.sml	Thu Nov 06 10:43:48 2008 -0500
+++ b/src/core.sml	Thu Nov 06 10:48:02 2008 -0500
@@ -120,6 +120,7 @@
        | DTable of string * int * con * string
        | DSequence of string * int * string
        | DDatabase of string
+       | DCookie of string * int * con * string
 
 withtype decl = decl' located