summaryrefslogtreecommitdiff
path: root/src/mono_util.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-09-07 15:05:52 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-09-07 15:05:52 -0400
commit0ba7ae8dbfdaf703260e58f700ce6e2ccf1ce2e9 (patch)
tree2d35bf222bfe1c3321585a1129bfc9446a802956 /src/mono_util.sml
parenta783fe7797e3bff493e595e07ed53a43dc4754d2 (diff)
First INSERT works
Diffstat (limited to 'src/mono_util.sml')
-rw-r--r--src/mono_util.sml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mono_util.sml b/src/mono_util.sml
index 3e6a9f0f..e9f8e033 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -285,6 +285,11 @@ fun mapfoldB {typ = fc, exp = fe, bind} =
body = body',
initial = initial'},
loc)))))))
+
+ | EDml e =>
+ S.map2 (mfe ctx e,
+ fn e' =>
+ (EDml e', loc))
in
mfe
end