summaryrefslogtreecommitdiff
path: root/src/jscomp.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/jscomp.sml')
-rw-r--r--src/jscomp.sml10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/jscomp.sml b/src/jscomp.sml
index 9321b9ce..ce64c11b 100644
--- a/src/jscomp.sml
+++ b/src/jscomp.sml
@@ -1194,10 +1194,12 @@ fun process file =
in
((ELet ("x", t, e', x'), loc), st)
end
- handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";
- Print.preface ("Type",
- MonoPrint.p_typ MonoEnv.empty t);*)
- (e, st)))
+ handle CantEmbed _ =>
+ (jsExp m outer (e', st)
+ handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";
+ Print.preface ("Type",
+ MonoPrint.p_typ MonoEnv.empty t);*)
+ (e, st))))
| EJavaScript (m, e') =>
(foundJavaScript := true;