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
Improvements for implicit searches with top-level type variables (#16001)
Two improvements for implicit searches involving type variables.
1. We now always add a comment when an implicit search is rejected due
to the "too unspecific" criterion of #13886, commit
[Refine checking for underspecified implicit
queries](db5956b).
There have been quite a few regressions that hit that problem, so it is
good to know immediately what
the issue is.
2. There is now a better wildcard approximation of higher-kinded type
applications. This makes several programs (including original #15998)
compile, which were classified as not specific enough before.
Fixes#15998Fixes#15820Fixes#15670Fixes#15160Fixes#13986
0 commit comments