diff src/source_print.sml @ 1073:b2311dfb3158

Initializers and setval
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Dec 2009 14:20:41 -0500
parents 7f871c03e3a1
children 0657e5adc938
line wrap: on
line diff
--- a/src/source_print.sml	Sun Dec 13 13:00:55 2009 -0500
+++ b/src/source_print.sml	Sun Dec 13 14:20:41 2009 -0500
@@ -662,6 +662,9 @@
       | DStyle x => box [string "style",
                          space,
                          string x]
+      | DInitializer e => box [string "initializer",
+                               space,
+                               p_exp e]
 
 and p_str (str, _) =
     case str of