comparison src/source.sml @ 1075:0657e5adc938

Convert to task syntax
author Adam Chlipala <adamc@hcoop.net>
date Tue, 15 Dec 2009 10:19:05 -0500
parents b2311dfb3158
children c316ca3c9ec6
comparison
equal deleted inserted replaced
1074:d89f98f0b4bb 1075:0657e5adc938
165 | DView of string * exp 165 | DView of string * exp
166 | DClass of string * kind * con 166 | DClass of string * kind * con
167 | DDatabase of string 167 | DDatabase of string
168 | DCookie of string * con 168 | DCookie of string * con
169 | DStyle of string 169 | DStyle of string
170 | DInitializer of exp 170 | DTask of exp * exp
171 171
172 and str' = 172 and str' =
173 StrConst of decl list 173 StrConst of decl list
174 | StrVar of string 174 | StrVar of string
175 | StrProj of str * string 175 | StrProj of str * string