wip: call/cc = capture/cc × invoke/cc

This commit is contained in:
2026-09-05 20:22:06 -06:00
parent 276c2c1249
commit 25f1f008bd
8 changed files with 37 additions and 39 deletions
+1 -10
View File
@@ -29,16 +29,7 @@ brokenWasmTests =
brokenStackifyTests :: List String
brokenStackifyTests =
[ "callcc-early-exit-1"
, "callcc-early-exit-2"
, "callcc-early-exit-3"
, "callcc-early-exit-4"
, "callcc-early-exit-5"
, "callcc-early-exit-6"
, "callcc-nested-1"
, "callcc-nested-2"
, "callcc-discard"
, "callcc-constant"
[
]
test_root :: IO TestTree