typelevel / cats

Lightweight, modular, and extensible library for functional programming.
https://typelevel.org/cats/
Other
5.25k stars 1.21k forks source link

Add missing semi-/sub-/-F/-Tap versions of flatMap to monad transformers #2440

Open catostrophe opened 6 years ago

catostrophe commented 6 years ago

Monad transformers lack some semi-/sub-/-F/-Tap versions of flatMap that free a user from manual lifting or mapping.

I find the following items reasonable for implementation as to make structures and transformers more consistent:

Open questions:

catostrophe commented 6 years ago

All changes are binary compatible. All done except for open questions. Tests to be written.

i-am-the-slime commented 3 months ago

So close...