cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

Refactor `Ref#mapK` to take `Functor[G]` constraint instead of `Functor[F]`

Open armanbilge opened this issue 1 year ago • 2 comments
trafficstars

Best practice is for mapK methods to require constraints on the target effect, not the original effect.

armanbilge avatar Aug 13 '24 22:08 armanbilge