jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Add reducer-zip #490

Closed jackfirth closed 3 years ago

jackfirth commented 3 years ago

Closes #186. Went with a design where the zipped reducer finishes early if and only if every subreducer finishes early. This seems to work out for the common use cases, and I can't think of any use cases for finishing early when any subreducer finishes early.