summaryrefslogtreecommitdiff
path: root/src/mono_util.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 12:38:21 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-11 12:38:21 -0400
commitaccb8e1bf49e1c1e8300bda9be3cf72ce592ab44 (patch)
treec7a250099af040fd7ee16b03be72b7037e71d515 /src/mono_util.sml
parent7b4f69ace67601a0f22de52f91f96deff540fd37 (diff)
Delete 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 fa019b00..af01f560 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -547,6 +547,9 @@ fun mapfoldB {typ = fc, exp = fe, decl = fd, bind} =
| PolInsert e =>
S.map2 (mfe ctx e,
PolInsert)
+ | PolDelete e =>
+ S.map2 (mfe ctx e,
+ PolDelete)
and mfvi ctx (x, n, t, e, s) =
S.bind2 (mft t,