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
Currently PInvariant#pimap has type F[A] => Iso[A, B] => F[B]. The convention of putting the type to inject as the left type parameter (e.g. Int => Json) makes this a bit awkward to use, so perhaps it should be F[B] => Iso[A, B] => F[A].