Files
rose-ash/lib
giles 091030f13e
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 34s
mk: flat-mapo — concatMap-style relation
(flat-mapo rel l result): each element x of l is mapped to a list via
rel x list-from-x, and all such lists are concatenated to form result.

  (flat-mapo (fn (x r) (== r (list x x))) (list 1 2 3) q)
    -> ((1 1 2 2 3 3))

5 new tests, 515/515 cumulative.
2026-05-08 12:24:23 +00:00
..