summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T8506.stderr
blob: d7de4fe4e388e83c78addb8ea507cf104447daf6 (plain)
1
2
3
4
5
6

T8506.hs:3:16:
    Unexpected type ‘Int’
    In the class declaration for ‘Shapable’
    A class declaration should have form
      class Shapable a where ...