diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-12-19 12:38:11 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-12-19 12:38:11 -0500 |
commit | e478b4d432d65b33613a601f71204fc0c656c3db (patch) | |
tree | 120f43205b07cf55f8d1af41742dd275a4d863ca /src/mono_util.sml | |
parent | ed7c55c7d3d47e59b73cda4d1d7663bec6728934 (diff) |
Displayed an alert dialog
Diffstat (limited to 'src/mono_util.sml')
-rw-r--r-- | src/mono_util.sml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mono_util.sml b/src/mono_util.sml index 2b2476e7..18b5c948 100644 --- a/src/mono_util.sml +++ b/src/mono_util.sml @@ -311,6 +311,10 @@ fun mapfoldB {typ = fc, exp = fe, bind} = S.map2 (mft t, fn t' => (EUnurlify (e', t'), loc))) + | EJavaScript e => + S.map2 (mfe ctx e, + fn e' => + (EJavaScript e', loc)) in mfe end |