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
I think this was fixed by #1079 (and even with a scalastyle rule to make sure we are consistent in the future!), so I'm going to close this out. Please feel free to reopen if I'm missing something.
Independent to #993, there is currently a mixed use of
Lambda
andλ
in kind projections. Egdef compose[G[_, _]](implicit ev: Bifoldable[G]): Bifoldable[Lambda[(A, B) => F[G[A, B], G[A, B]]]]
def compose[G[_]](implicit GG : Applicative[G]): Applicative[λ[α => F[G[α]]]] =
Whatever the chosen convention, it should be applied consistently.
The text was updated successfully, but these errors were encountered: