comparison src/source_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
638 string x, 638 string x,
639 space, 639 space,
640 string ":", 640 string ":",
641 space, 641 space,
642 p_con c] 642 p_con c]
643 | DStyle (x, c) => box [string "style",
644 space,
645 string x,
646 space,
647 string ":",
648 space,
649 p_con c]
643 650
644 and p_str (str, _) = 651 and p_str (str, _) =
645 case str of 652 case str of
646 StrConst ds => box [string "struct", 653 StrConst ds => box [string "struct",
647 newline, 654 newline,