diff src/core.sml @ 1199:c316ca3c9ec6

Pushing policies through
author Adam Chlipala <adamc@hcoop.net>
date Sun, 04 Apr 2010 12:29:34 -0400
parents 72670131dace
children b4480a56cab7
line wrap: on
line diff
--- a/src/core.sml	Thu Apr 01 17:23:17 2010 -0400
+++ b/src/core.sml	Sun Apr 04 12:29:34 2010 -0400
@@ -135,6 +135,7 @@
        | DCookie of string * int * con * string
        | DStyle of string * int * string
        | DTask of exp * exp
+       | DPolicy of exp
 
 withtype decl = decl' located