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

T16758.hs:14:8: error: [GHC-25897]
    • 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:13:9
    • In the type signature: f :: C a => a -> Int
      In the class declaration for ‘C’