comparison src/expl.sml @ 1073:b2311dfb3158

Initializers and setval
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Dec 2009 14:20:41 -0500
parents 0e554bfd6d6a
children 0657e5adc938
comparison
equal deleted inserted replaced
1072:9001966ae1c8 1073:b2311dfb3158
145 | DSequence of int * string * int 145 | DSequence of int * string * int
146 | DView of int * string * int * exp * con 146 | DView of int * string * int * exp * con
147 | DDatabase of string 147 | DDatabase of string
148 | DCookie of int * string * int * con 148 | DCookie of int * string * int * con
149 | DStyle of int * string * int 149 | DStyle of int * string * int
150 | DInitializer of exp
150 151
151 and str' = 152 and str' =
152 StrConst of decl list 153 StrConst of decl list
153 | StrVar of int 154 | StrVar of int
154 | StrProj of str * string 155 | StrProj of str * string