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

T16245a.hs:11:66: error:
    • Expected kind ‘k1’, but ‘b’ has kind ‘k2’
      ‘k2’ is a rigid type variable bound by
        the newtype declaration for ‘T’
        at T16245a.hs:11:12
      ‘k1’ is a rigid type variable bound by
        the newtype declaration for ‘T’
        at T16245a.hs:11:1-67
    • In the second argument of ‘SameKind’, namely ‘b’
      In the type ‘(forall (b :: k). SameKind a b)’
      In the definition of data constructor ‘MkT’