aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Minimal.hs
Commit message (Collapse)AuthorAgeFilesLines
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-0/+40
Previously this was not covered by the All xs check since here it is not actually an All, rather a single Var n. This also adds the previously missing html-test/src/Minimal.hs.