Files
rose-ash/lib
giles 8c48a0be63
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s
mk: tako + dropo — Peano-indexed prefix and suffix
(tako n l prefix) — prefix is the first n elements of l.
(dropo n l suffix) — suffix is l after dropping the first n.

Both use a Peano natural for the count. Round-trip holds:
  (tako n l) ⊕ (dropo n l) = l   (verified by an end-to-end test)

9 new tests, 368/368 cumulative.
2026-05-08 11:32:33 +00:00
..