summaryrefslogtreecommitdiff
path: root/src/cjrize.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjrize.sml')
-rw-r--r--src/cjrize.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cjrize.sml b/src/cjrize.sml
index 52b1b4ac..558fac0b 100644
--- a/src/cjrize.sml
+++ b/src/cjrize.sml
@@ -155,6 +155,9 @@ fun cifyExp ((e, loc), sm) =
((L'.ESeq (e1, e2), loc), sm)
end
+ | L.EClosure _ => (ErrorMsg.errorAt loc "Nested closure remains in code generation";
+ (dummye, sm))
+
fun cifyDecl ((d, loc), sm) =
case d of
L.DVal (x, n, t, e, _) =>