aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_util.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_util.sml
parent0a67ec0c9536f5448682a491b6807e0f8d073171 (diff)
sendOwnIds policies
Diffstat (limited to 'src/mono_util.sml')
-rw-r--r--src/mono_util.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mono_util.sml b/src/mono_util.sml
index 085b68f8..6bbbecb1 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -553,6 +553,9 @@ fun mapfoldB {typ = fc, exp = fe, decl = fd, bind} =
| PolUpdate e =>
S.map2 (mfe ctx e,
PolUpdate)
+ | PolSequence e =>
+ S.map2 (mfe ctx e,
+ PolSequence)
and mfvi ctx (x, n, t, e, s) =
S.bind2 (mft t,