summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8912.hs
Commit message (Collapse)AuthorAgeFilesLines
* Implicit parameters should not be allowed in class and instance declarationsSimon Peyton Jones2014-03-241-0/+11
Trac #8912 pointed out that GHC 7.4 and 7.6 have omitted this test, although 7.2 and earlier had it. This patch puts the test back in, and refactors a little.