apl: tradfn ∇ header — line-numbered stmts + :branch goto (+10 tests, 245/245)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m4s

This commit is contained in:
2026-05-07 02:13:00 +00:00
parent 16167c5d9b
commit 1900726fc9
4 changed files with 115 additions and 1 deletions

View File

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