diff src/core.sml @ 1073:b2311dfb3158

Initializers and setval
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Dec 2009 14:20:41 -0500
parents dfe34fad749d
children 0657e5adc938
line wrap: on
line diff
--- a/src/core.sml	Sun Dec 13 13:00:55 2009 -0500
+++ b/src/core.sml	Sun Dec 13 14:20:41 2009 -0500
@@ -134,6 +134,7 @@
        | DDatabase of string
        | DCookie of string * int * con * string
        | DStyle of string * int * string
+       | DInitializer of exp
 
 withtype decl = decl' located