comparison src/mono.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
137 | DJavaScript of string 137 | DJavaScript of string
138 138
139 | DCookie of string 139 | DCookie of string
140 | DStyle of string 140 | DStyle of string
141 141
142 | DInitializer of exp 142 | DTask of exp * exp
143 143
144 withtype decl = decl' located 144 withtype decl = decl' located
145 145
146 type file = decl list 146 type file = decl list
147 147