haskell: runtime constructor registry (+24 tests, 250/250)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 21:45:51 +00:00
parent ef81fffb6f
commit e9c8f803b5
4 changed files with 271 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ for FILE in "${FILES[@]}"; do
(load "lib/haskell/layout.sx")
(load "lib/haskell/parser.sx")
(load "lib/haskell/desugar.sx")
(load "lib/haskell/runtime.sx")
(load "lib/haskell/testlib.sx")
(epoch 2)
(load "$FILE")
@@ -88,6 +89,7 @@ EPOCHS
(load "lib/haskell/layout.sx")
(load "lib/haskell/parser.sx")
(load "lib/haskell/desugar.sx")
(load "lib/haskell/runtime.sx")
(load "lib/haskell/testlib.sx")
(epoch 2)
(load "$FILE")