comparison src/source_print.sml @ 1254:935a981f4380

Merge
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 May 2010 13:57:01 -0400
parents c316ca3c9ec6
children b4480a56cab7
comparison
equal deleted inserted replaced
1198:b52929351402 1254:935a981f4380
667 p_exp e1, 667 p_exp e1,
668 space, 668 space,
669 string "=", 669 string "=",
670 space, 670 space,
671 p_exp e2] 671 p_exp e2]
672 | DPolicy e1 => box [string "policy",
673 space,
674 p_exp e1]
672 675
673 and p_str (str, _) = 676 and p_str (str, _) =
674 case str of 677 case str of
675 StrConst ds => box [string "struct", 678 StrConst ds => box [string "struct",
676 newline, 679 newline,