Mercurial > urweb
diff src/elab_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/elab_print.sml Sun Dec 13 13:00:55 2009 -0500 +++ b/src/elab_print.sml Sun Dec 13 14:20:41 2009 -0500 @@ -799,6 +799,9 @@ | DStyle (_, x, n) => box [string "style", space, p_named x n] + | DInitializer e => box [string "initializer", + space, + p_exp env e] and p_str env (str, _) = case str of