aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/polyalias.scala
Commit message (Collapse)AuthorAgeFilesLines
* Allow existential types in hk typesMartin Odersky2015-10-241-0/+6
|
* Check that some types are not higher-kinded.Martin Odersky2015-10-071-1/+1
| | | | Invalidates #813. Review by @darkdimius.
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-0/+26
Switch to the new scheme where higher-kinded types (and also some polymorphic type aliases) are represented as instances of Lambda traits.