Files
rose-ash/lib
giles f4a902a6df
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 56s
mk: nub-o — dedupe by keeping the last occurrence
Walks the list; if the head appears in the tail (membero), drop it and
recurse; otherwise keep it and recurse. Result preserves only the
*last* occurrence of each value.

Caveat: with input like (1 1 1) the membero check succeeds with
multiplicity, so multiple (1) answers may emerge — each is shape-
identical, but the test deliberately checks every-result-is-(1) rather
than asserting answer count.

5 new tests, 526/526 cumulative.
2026-05-08 12:27:03 +00:00
..