Files
rose-ash/lib/minikanren
giles c2b238635f
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 25s
mk: repeato + concato
repeato: produces (or recognizes) a list of n copies of a value, with n
Peano-encoded. Runs forward, backward (recover the count from a uniform
list), and bidirectionally.

concato: fold-appendo over a list-of-lists. (concato (list (list 1 2)
(list) (list 3 4 5)) q) -> ((1 2 3 4 5)).

10 new tests, 378/378 cumulative.
2026-05-08 11:34:28 +00:00
..
2026-05-08 11:34:28 +00:00
2026-05-08 10:41:02 +00:00
2026-05-08 11:34:28 +00:00