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
Fix#8067: Don't constrain with types of wrong kinds
The example got into a pickle since it tried to constrain a type variable
A[_] with a type (G[_] => G[String]). It should have rejected this outright.
Instead the constraint addition succeeded and the compiler got into a dead-end
with it afterwards.
0 commit comments