aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 17:55:37 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 17:55:37 -0400
commitafc53b9b899188bc63c0d812b0104c4b04c91f0d (patch)
treebe18734a4852670bb78032966a53dcad6f07a507 /src/mono.sml
parent0a67ec0c9536f5448682a491b6807e0f8d073171 (diff)
sendOwnIds policies
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 79cde237..9a960cd0 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -128,6 +128,7 @@ datatype policy =
| PolInsert of exp
| PolDelete of exp
| PolUpdate of exp
+ | PolSequence of exp
datatype decl' =
DDatatype of (string * int * (string * int * typ option) list) list