comparison src/expl.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
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 | DTask of exp * exp
151 151
152 and str' = 152 and str' =
153 StrConst of decl list 153 StrConst of decl list
154 | StrVar of int 154 | StrVar of int
155 | StrProj of str * string 155 | StrProj of str * string