Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1072:9001966ae1c8 | 1073:b2311dfb3158 |
---|---|
797 space, | 797 space, |
798 p_con env c] | 798 p_con env c] |
799 | DStyle (_, x, n) => box [string "style", | 799 | DStyle (_, x, n) => box [string "style", |
800 space, | 800 space, |
801 p_named x n] | 801 p_named x n] |
802 | DInitializer e => box [string "initializer", | |
803 space, | |
804 p_exp env e] | |
802 | 805 |
803 and p_str env (str, _) = | 806 and p_str env (str, _) = |
804 case str of | 807 case str of |
805 StrConst ds => box [string "struct", | 808 StrConst ds => box [string "struct", |
806 newline, | 809 newline, |