comparison src/elab_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 56bd4a4f6e66
comparison
equal deleted inserted replaced
1197:6d8e3dcb9713 1199:c316ca3c9ec6
804 p_exp env e1, 804 p_exp env e1,
805 space, 805 space,
806 string "=", 806 string "=",
807 space, 807 space,
808 p_exp env e2] 808 p_exp env e2]
809 | DPolicy e1 => box [string "policy",
810 space,
811 p_exp env e1]
809 812
810 and p_str env (str, _) = 813 and p_str env (str, _) =
811 case str of 814 case str of
812 StrConst ds => box [string "struct", 815 StrConst ds => box [string "struct",
813 newline, 816 newline,