summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16517.stderr
blob: ea9aee658135cfbd5584495866ef27ecb90a351e (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T16517.hs:5:29: error: [GHC-25897]
    • Expected kind ‘k1’, but ‘a’ has kind ‘k’
      ‘k1’ is a rigid type variable bound by
        the type signature for ‘m’
        at T16517.hs:5:22-35
      ‘k’ is a rigid type variable bound by
        the class declaration for ‘C’
        at T16517.hs:5:22-35
    • In the first argument of ‘Proxy’, namely ‘(a :: k)’
      In the type signature: m :: Proxy (a :: k)
      In the class declaration for ‘C’