composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Expose CrossStreamK #2709

Open harendra-kumar opened 5 months ago

harendra-kumar commented 5 months ago

CrossStreamK is the equivalent of ListT. Also, it provides the Monad instance which is used by users in quite a few use cases.

Consider exposing K.concatMap and K.filter as well.