summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T14907a.stderr
blob: 26ce914c3dbc0dd76322839930820c51f0dcd28e (plain)
1
2
3
4
5
6

T14907a.hs:3:8: error:
    Unexpected type ‘Bool’
    In the class declaration for ‘(,,)’
    A class declaration should have form
      class (,,) a b c where ...