Mercurial > urweb
diff src/elab.sml @ 459:f542bc3133dc
Cookies through elaborate
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 06 Nov 2008 10:29:55 -0500 |
parents | b77863cd0be2 |
children | d34834af4512 |
line wrap: on
line diff
--- a/src/elab.sml Thu Nov 06 10:04:03 2008 -0500 +++ b/src/elab.sml Thu Nov 06 10:29:55 2008 -0500 @@ -139,6 +139,7 @@ | SgiSequence of int * string * int | SgiClassAbs of string * int | SgiClass of string * int * con + | SgiCookie of int * string * int * con and sgn' = SgnConst of sgn_item list @@ -166,6 +167,7 @@ | DSequence of int * string * int | DClass of string * int * con | DDatabase of string + | DCookie of int * string * int * con and str' = StrConst of decl list