diff 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
line wrap: on
line diff
--- a/src/expl.sml	Sun Dec 13 14:34:18 2009 -0500
+++ b/src/expl.sml	Tue Dec 15 10:19:05 2009 -0500
@@ -147,7 +147,7 @@
        | DDatabase of string
        | DCookie of int * string * int * con
        | DStyle of int * string * int
-       | DInitializer of exp
+       | DTask of exp * exp
 
      and str' =
          StrConst of decl list