summaryrefslogtreecommitdiff
path: root/test/files/run/t5923c
Commit message (Collapse)AuthorAgeFilesLines
* SI-7470 implements fundep materializationEugene Burmako2013-08-132-0/+51
This fix provides implicit macros with an ability to affect type inference in a more or less sane manner. That's crucial for materialization of multi-parametric type class instances (e.g. Iso's from shapeless). Details of the technique can be found in comments.