wip: stackify
build / build (push) Successful in 1m30s

This commit is contained in:
2026-08-18 02:27:02 -06:00
parent c4bcf38374
commit d91e059a84
7 changed files with 185 additions and 71 deletions
+3 -2
View File
@@ -55,6 +55,7 @@ library
Gyehoek.CPS.Close
Gyehoek.CPS.Convert
Gyehoek.CPS.Lower
Gyehoek.CPS.Stackify
Gyehoek.CPS.Syntax
Gyehoek.Driver
Gyehoek.GenSym
@@ -102,9 +103,8 @@ test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
-- cabal-fmt: expand test
other-modules:
Gyehoek.Test.CPS.Stackify
Gyehoek.Test.CPS.Syntax
Gyehoek.Test.Golden
Gyehoek.Test.Sexp
@@ -113,6 +113,7 @@ test-suite test
build-depends:
, base
, directory
, effectful
, filepath
, generic-lens
, gyehoek