apl: niladic/monadic/dyadic valence dispatch (+14 tests, 269/269)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m6s

This commit is contained in:
2026-05-07 03:10:07 +00:00
parent f591ee17c3
commit bee4e0846c
4 changed files with 136 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ cat > "$TMPFILE" << 'EPOCHS'
(load "lib/apl/tests/operators.sx")
(load "lib/apl/tests/dfn.sx")
(load "lib/apl/tests/tradfn.sx")
(load "lib/apl/tests/valence.sx")
(epoch 4)
(eval "(list apl-test-pass apl-test-fail)")
EPOCHS