summaryrefslogtreecommitdiff
path: root/test/files/run/t5923d.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7470 implements fundep materializationEugene Burmako2013-08-131-0/+0
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.