aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/implicitNums.scala
Commit message (Collapse)AuthorAgeFilesLines
* Sharpen prototypes of implicit methods.Martin Odersky2015-06-251-0/+15
Necessary to make implicit resolution of type-level peano numbers work. The current commit makes takes the inimal steps to make this happen. We could also consider sharpening using followAlias every type we constrain a result, or every time we adapt a type.