Files
rose-ash/plans
giles f4ab7f2534
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 54s
mk: phase 4B — reverseo + lengtho, 10 new tests
reverseo: standard recursive definition via appendo. Forward works in
run*; backward (input fresh, output ground) works in run 1 but run*
diverges trying to enumerate the unique answer (canonical TRS issue
with naive reverseo).

lengtho: Peano encoding (:z / (:s :z) / (:s (:s :z)) ...) so it works
relationally in both directions without arithmetic-as-relation. Forward
returns the Peano length; backward enumerates lists of a given length.

162/162 cumulative.
2026-05-07 21:49:38 +00:00
..