diff 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
line wrap: on
line diff
--- a/src/source_print.sml	Thu Apr 01 17:23:17 2010 -0400
+++ b/src/source_print.sml	Sun Apr 04 12:29:34 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