summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16221a.stderr
blob: 5aa099b0f158fec1d09608abd1eae2b045076357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T16221a.hs:6:49: error:
    • Expected kind ‘k’, but ‘b’ has kind ‘k1’
      ‘k1’ is a rigid type variable bound by
        an explicit forall k (b :: k)
        at T16221a.hs:6:20
      ‘k’ is a rigid type variable bound by
        the data constructor ‘MkT2’
        at T16221a.hs:6:20
    • In the second argument of ‘SameKind’, namely ‘b’
      In the type ‘(SameKind a b)’
      In the definition of data constructor ‘MkT2’