blob: 5945369a6cd0387e73881b815493e0f540dcfe24 (
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 ‘k2’
‘k2’ 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’
|