Mercurial > urweb
comparison src/expl_print.sml @ 718:f152f215a02c
style declarations
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 12 Apr 2009 10:08:11 -0400 |
parents | d8217b4cb617 |
children | acb8537f58f0 |
comparison
equal
deleted
inserted
replaced
717:e28637743279 | 718:f152f215a02c |
---|---|
689 p_named x n, | 689 p_named x n, |
690 space, | 690 space, |
691 string ":", | 691 string ":", |
692 space, | 692 space, |
693 p_con env c] | 693 p_con env c] |
694 | DStyle (_, x, n, c) => box [string "style", | |
695 space, | |
696 p_named x n, | |
697 space, | |
698 string ":", | |
699 space, | |
700 p_con env c] | |
694 | 701 |
695 and p_str env (str, _) = | 702 and p_str env (str, _) = |
696 case str of | 703 case str of |
697 StrConst ds => box [string "struct", | 704 StrConst ds => box [string "struct", |
698 newline, | 705 newline, |