summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-07-27 11:42:30 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2010-07-27 11:42:30 -0400
commit3c916538bab39f1c6d4af649f3ee9b05448ecb30 (patch)
treeac0a856842e4510fe7e96bf06d222bf7c6004d74 /src/mono.sml
parent2ed97b5268a73d4ff83ad776e5a6063f469f68fe (diff)
Initial version of equalKnown working for secret
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 9a960cd0..2f5ab117 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -129,6 +129,7 @@ datatype policy =
| PolDelete of exp
| PolUpdate of exp
| PolSequence of exp
+ | PolEqualKnown of {table : exp, field : string}
datatype decl' =
DDatatype of (string * int * (string * int * typ option) list) list