comparison src/source.sml @ 718:f152f215a02c

style declarations
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 10:08:11 -0400
parents d8217b4cb617
children acb8537f58f0
comparison
equal deleted inserted replaced
717:e28637743279 718:f152f215a02c
162 | DTable of string * con * exp * exp 162 | DTable of string * con * exp * exp
163 | DSequence of string 163 | DSequence of string
164 | DClass of string * kind * con 164 | DClass of string * kind * con
165 | DDatabase of string 165 | DDatabase of string
166 | DCookie of string * con 166 | DCookie of string * con
167 | DStyle of string * con
167 168
168 and str' = 169 and str' =
169 StrConst of decl list 170 StrConst of decl list
170 | StrVar of string 171 | StrVar of string
171 | StrProj of str * string 172 | StrProj of str * string