diff src/reduce_local.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
line wrap: on
line diff
--- a/src/reduce_local.sml	Thu Apr 01 17:23:17 2010 -0400
+++ b/src/reduce_local.sml	Sun Apr 04 12:29:34 2010 -0400
@@ -252,6 +252,7 @@
               | DCookie _ => d
               | DStyle _ => d
               | DTask (e1, e2) => (DTask (exp [] e1, exp [] e2), loc)
+              | DPolicy e1 => (DPolicy (exp [] e1), loc)
     in
         map doDecl file
     end