summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T8506.stderr
blob: b0e9fde84b95588e460b97cb880d2e70caed8d48 (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 b c where ...