We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.0.0-RC1
case class Baz[F[_], G[_]](f: [B] => F[B] => G[B])
Found: (Baz.this.f : PolyFunction{apply: [B](x$1: F[B]): G[B]}) Required: PolyFunction{apply: [B](x$1: <?>): <?>}