diff 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
line wrap: on
line diff
--- a/src/source_print.sml	Sat Apr 17 13:57:10 2010 -0400
+++ b/src/source_print.sml	Thu May 06 13:57:01 2010 -0400
@@ -669,6 +669,9 @@
                                string "=",
                                space,
                                p_exp e2]
+      | DPolicy e1 => box [string "policy",
+                           space,
+                           p_exp e1]
 
 and p_str (str, _) =
     case str of