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