stack vm throws jalmot
build / build (push) Failing after 1m40s

This commit is contained in:
2026-08-27 01:45:10 -06:00
parent 1f40120740
commit bbb5d6e99f
7 changed files with 135 additions and 113 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import Gyehoek.CPS.Syntax qualified as CPS
import Gyehoek.GenSym (runGenSym)
import Effectful
import Gyehoek.Prelude
import Gyehoek.Jalmot
test_stackify =
@@ -20,7 +21,7 @@ test_stackify =
]
evalsTo :: List Obj -> Sut.Exp -> Assertion
evalsTo rs e = Stk.eval e' @?= rs
evalsTo rs e = runJalmotUnsafe (Stk.eval e') @?= rs
where
e' = e & CPS.MkLambda [] "_ktail"
& CPS.MkProgram