giles
f5ab66e1a3
Test, Build, and Deploy / test-build-deploy (push) Failing after 33s
mk: foldl-o — relational left fold
Complement to foldr-o. The combiner relation has signature
(acc head new-acc) — accumulator first.
Examples:
(foldl-o pluso-i (list 1 2 3 4 5) 0 q) -> (15)
(foldl-o *o-i (list 1 2 3 4) 1 q) -> (24)
(foldl-o (fn (acc x r) (conso x acc r)) ; flipped conso
(list 1 2 3 4) (list) q) -> ((4 3 2 1)) ; reverse
5 new tests, 510/510 cumulative.
2026-05-08 12:23:40 +00:00
..
2026-05-08 12:23:40 +00:00
2026-05-07 21:51:52 +00:00
2026-05-07 20:24:42 +00:00
2026-05-07 20:24:42 +00:00
2026-05-08 11:27:49 +00:00
2026-05-08 07:56:58 +00:00
2026-05-07 19:56:40 +00:00
2026-05-07 19:54:43 +00:00
2026-05-08 12:20:03 +00:00
2026-05-08 07:50:03 +00:00
2026-05-07 23:29:08 +00:00
2026-05-08 11:30:02 +00:00
2026-05-07 23:27:16 +00:00
2026-05-08 10:41:02 +00:00
2026-05-08 12:23:40 +00:00
2026-05-07 20:03:42 +00:00
2026-05-07 20:24:42 +00:00
2026-05-07 20:24:42 +00:00