comparison src/elab_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
777 p_named x n, 777 p_named x n,
778 space, 778 space,
779 string ":", 779 string ":",
780 space, 780 space,
781 p_con env c] 781 p_con env c]
782 | DStyle (_, x, n, c) => box [string "style",
783 space,
784 p_named x n,
785 space,
786 string ":",
787 space,
788 p_con env c]
782 789
783 and p_str env (str, _) = 790 and p_str env (str, _) =
784 case str of 791 case str of
785 StrConst ds => box [string "struct", 792 StrConst ds => box [string "struct",
786 newline, 793 newline,