Files
rose-ash/lib/minikanren/tests
giles fc14a8063b
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
mk: prefixo + suffixo — appendo-derived sublist relations
Two-line definitions over appendo:
  (prefixo p l) ≡ ∃rest. (appendo p rest l)
  (suffixo s l) ≡ ∃front. (appendo front s l)

Both enumerate all prefixes/suffixes when called with a fresh first
arg, and serve as decision relations when called with both grounded.

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