aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Minimal.html
Commit message (Collapse)AuthorAgeFilesLines
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-0/+273
This corresponds to the new {-# MINIMAL #-} pragma present in GHC 7.8+. I also cleaned up some of the places in which ExportDecl is used to make adding fields easier in the future. Lots of test cases have been updated since they now render with minimality information.