summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/T16758.stderr
blob: f74241a7068d5f6ae591c6e779bf9b926a7cf2ee (plain)
1
2
3
4
5
6
7
8

T16758.hs:14:8: error:
    • Couldn't match expected kind ‘Int’ with actual kind ‘a’
      ‘a’ is a rigid type variable bound by
        the class declaration for ‘C’
        at T16758.hs:12:19
    • In the type signature: f :: C a => a -> Int
      In the class declaration for ‘C’