-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type inference regression in scalaz: #8290
Comments
Imported From: https://issues.scala-lang.org/browse/SI-8290?orig=1 |
@retronym said: |
@retronym said: |
@retronym said: We are inferring an equivalent type here:
But later one, we're unable to unify the PolyType
(tparams1 corresponds tparams2)(cmp) && (sub1(res1) <:< sub2(res2))
Which hits #2712. |
Regressed in the last few days. I'm minimizing.
The text was updated successfully, but these errors were encountered: