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

This commit is contained in:
2026-08-30 03:33:51 -06:00
parent 276c2c1249
commit 57b1cc830d
7 changed files with 21 additions and 42 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