kongware / scriptum

Functional Programming Unorthodoxly Adjusted to Client-/Server-side Javascript
MIT License
383 stars 21 forks source link

Adjust transducers with short circuiting to `A.foldk` #342

Closed ivenmarquardt closed 3 years ago

ivenmarquardt commented 3 years ago

A.foldk is now left-associative, that is to say mapk et al. need flipped formal parameters.

ivenmarquardt commented 3 years ago

Done.