Rewrite foldX and reduceX for simplicity.
authorChris Hanson <org/chris-hanson/cph>
Wed, 4 Dec 2019 22:33:09 +0000 (14:33 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 9 Dec 2019 09:49:28 +0000 (01:49 -0800)
commit46ca85ada48d61c46405a044fdaeade3b531cd33
tree40551f1a484a3bb407144390c66d7f8746acb38f
parent31013ad058c3f967e59f332cd0d9f4d04ad42b04
Rewrite foldX and reduceX for simplicity.

Deprecate the non-standard X-left procedures, as well as the X* mappings that
can be expressed using fold-right.
src/runtime/list.scm
src/runtime/runtime.pkg