comparison src/elab_print.sml @ 1254:935a981f4380

Merge
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 May 2010 13:57:01 -0400
parents c316ca3c9ec6
children 56bd4a4f6e66
comparison
equal deleted inserted replaced
1198:b52929351402 1254:935a981f4380
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,