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
ambiguous implicit values: both method catsDataApplicativeErrorForKleisli in class KleisliInstances4 of type [F[_], E, A](implicit F0: cats.ApplicativeError[F,E])cats.ApplicativeError[[γ$58$]cats.data.Kleisli[F,A,γ$58$],E]
[error] and method catsDataFlatMapForKleisli in class KleisliInstances4 of type [F[_], A](implicit FM: cats.FlatMap[F])cats.FlatMap[[γ$59$]cats.data.Kleisli[F,A,γ$59$]]
[error] match expected type cats.Functor[Kleisli[Result, NodeSeq, A]]
The text was updated successfully, but these errors were encountered:
Looks like we can move either up or down. So we will have to insert a new trait into the chain
to reduce BC change maybe name it KleisliInstances4a?
We can place this new trait in between KleisliInstances4 and KleisliInstances5 and move one of the instances, say catsDataApplicativeErrorForKleisli to it, and to avoid a mima exception we can leave the original one but make it non-implicit.
I see the next error in 1.4.0 and 1.5.0-RC0 cats:
The text was updated successfully, but these errors were encountered: