comparison src/core.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 72670131dace
comparison
equal deleted inserted replaced
1074:d89f98f0b4bb 1075:0657e5adc938
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 | DTask of exp * exp
138 138
139 withtype decl = decl' located 139 withtype decl = decl' located
140 140
141 type file = decl list 141 type file = decl list
142 142