You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As many have said before, stacking multiple monad transformers can be quite inefficient, it'd be cool if we had some kind of story for supporting performant instances for different combination of mtl classes.
Oleg has already done some work in that regard with meow-mtl and at the start of the year, I've also played around with specialized instances at cats-mtl-special.
The text was updated successfully, but these errors were encountered:
As many have said before, stacking multiple monad transformers can be quite inefficient, it'd be cool if we had some kind of story for supporting performant instances for different combination of mtl classes.
Oleg has already done some work in that regard with
meow-mtl
and at the start of the year, I've also played around with specialized instances at cats-mtl-special.The text was updated successfully, but these errors were encountered: