cats-effect
cats-effect copied to clipboard
Refactor `Ref#mapK` to take `Functor[G]` constraint instead of `Functor[F]`
trafficstars
Best practice is for mapK methods to require constraints on the target effect, not the original effect.