diff src/expl.sml @ 460:d34834af4512

Cookies through explify
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Nov 2008 10:43:48 -0500
parents 89f766f19d5b
children ae03d09043c1
line wrap: on
line diff
--- a/src/expl.sml	Thu Nov 06 10:29:55 2008 -0500
+++ b/src/expl.sml	Thu Nov 06 10:43:48 2008 -0500
@@ -110,8 +110,6 @@
        | SgiVal of string * int * con
        | SgiSgn of string * int * sgn
        | SgiStr of string * int * sgn
-       | SgiTable of int * string * int * con
-       | SgiSequence of int * string * int
 
 and sgn' =
     SgnConst of sgn_item list
@@ -136,6 +134,7 @@
        | DTable of int * string * int * con
        | DSequence of int * string * int
        | DDatabase of string
+       | DCookie of int * string * int * con
 
      and str' =
          StrConst of decl list