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.
trait G[F[_]] def f(x: G[List]) = ??? def a: G[[A <: Int] =>> List[A]] = ??? def b = f(a)
Found: G[List] Required: G[List]
I expect type bound A <: Int to be shown in error messages so it wouldn't be so confusing
A <: Int