comparison src/core.sml @ 1073:b2311dfb3158

Initializers and setval
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Dec 2009 14:20:41 -0500
parents dfe34fad749d
children 0657e5adc938
comparison
equal deleted inserted replaced
1072:9001966ae1c8 1073:b2311dfb3158
132 | DSequence of string * int * string 132 | DSequence of string * int * string
133 | DView of string * int * string * exp * con 133 | DView of string * int * string * exp * con
134 | DDatabase of string 134 | DDatabase of string
135 | DCookie of string * int * con * string 135 | DCookie of string * int * con * string
136 | DStyle of string * int * string 136 | DStyle of string * int * string
137 | DInitializer of exp
137 138
138 withtype decl = decl' located 139 withtype decl = decl' located
139 140
140 type file = decl list 141 type file = decl list
141 142