summaryrefslogtreecommitdiff
path: root/src/reduce_local.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 12:29:34 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 12:29:34 -0400
commit77f1c289bcb9228ca9605913316405c7cb63fecc (patch)
tree37d9f6d28314bc020e87c05ec9e7826b5e647d44 /src/reduce_local.sml
parentc936b6f87a1f30ff1aa12dfe968c5e80a04550e1 (diff)
Pushing policies through
Diffstat (limited to 'src/reduce_local.sml')
-rw-r--r--src/reduce_local.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reduce_local.sml b/src/reduce_local.sml
index b040a1ec..4c5ab52e 100644
--- a/src/reduce_local.sml
+++ b/src/reduce_local.sml
@@ -252,6 +252,7 @@ fun reduce file =
| DCookie _ => d
| DStyle _ => d
| DTask (e1, e2) => (DTask (exp [] e1, exp [] e2), loc)
+ | DPolicy e1 => (DPolicy (exp [] e1), loc)
in
map doDecl file
end