summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyClassMethod.stderr
blob: 2731c542c1d084b1251eedc1c0fd47ad8b55b264 (plain)
1
2
3
4
5
6
7
8

RepPolyClassMethod.hs:10:12: error:
    • Expected a type, but ‘a’ has kind ‘TYPE rep’
      ‘rep’ is a rigid type variable bound by
        the class declaration for ‘C’
        at RepPolyClassMethod.hs:8:18-20
    • In the type signature: methC :: a
      In the class declaration for ‘C’