summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-05-06 13:57:01 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-05-06 13:57:01 -0400
commit11de01a71c637cddaf6a7eb1c4bbe31a8162a6d5 (patch)
tree0931e395c9448d6b3b9f4120a3b4c47c9dad9846 /src/core.sml
parent68dc3c23e37d57921f0c5110d7121952818468ff (diff)
parent55edf40b3a3a41eb99b55261e9191ab8772be83a (diff)
Merge
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml
index 90005f16..e5358f48 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -135,6 +135,7 @@ datatype decl' =
| DCookie of string * int * con * string
| DStyle of string * int * string
| DTask of exp * exp
+ | DPolicy of exp
withtype decl = decl' located