Files
rose-ash/plans
giles eb69039935
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s
mk: swap-firsto — swap first two list elements
Four conso calls express the (a b . rest) -> (b a . rest) rewrite as a
purely relational constraint. Self-inverse on length-2+ lists; runs
forward (swap given input) and backward (recover original from the
swapped form). Fails on lists shorter than 2.

6 new tests, 437/437 cumulative.
2026-05-08 11:59:41 +00:00
..