purescript-contrib / purescript-coroutines

Computations which can suspend their execution and return control to their invoker
MIT License
38 stars 11 forks source link

Add zipWith #3

Closed paf31 closed 9 years ago

paf31 commented 9 years ago

To zip two producers. The dual can be defined for consumers, and both can be defined with fuseWith.