haskell: value-level pattern matcher (+31 tests, 281/281)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 22:15:13 +00:00
parent e9c8f803b5
commit 1aa06237f1
4 changed files with 476 additions and 1 deletions

View File

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