aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_util.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 10:57:52 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 10:57:52 -0400
commit7b4f69ace67601a0f22de52f91f96deff540fd37 (patch)
tree7ff2be71b58e08eb16f904eb5ac254fa2e2d10f2 /src/mono_util.sml
parent7d88a1ff974ad5eb76dd12f63d9063d8bd48583b (diff)
Insert 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 a7f27fd8..fa019b00 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -544,6 +544,9 @@ fun mapfoldB {typ = fc, exp = fe, decl = fd, bind} =
PolClient e =>
S.map2 (mfe ctx e,
PolClient)
+ | PolInsert e =>
+ S.map2 (mfe ctx e,
+ PolInsert)
and mfvi ctx (x, n, t, e, s) =
S.bind2 (mft t,