aboutsummaryrefslogtreecommitdiff
path: root/tests/run/implicits_poly.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-181-0/+1
Previously, `isAsSpecific(alt1, tp1, alt2, tp2)` did not handle having `tp2` be a polymorphic non-method type like `[A]Foo[A]`. Also update the documentation of `isAsSpecific` to account for this change, the new documentation is based on SLS ยง 6.26.3 but adapted to reflect the code.