comparison src/source_print.sml @ 1199:c316ca3c9ec6

Pushing policies through
author Adam Chlipala <adamc@hcoop.net>
date Sun, 04 Apr 2010 12:29:34 -0400
parents 0657e5adc938
children b4480a56cab7
comparison
equal deleted inserted replaced
1197:6d8e3dcb9713 1199:c316ca3c9ec6
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,