blob: 09cb055f3b3aea9056e779f627523402732ce1dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
T16245.hs:12:36: error:
• Expected kind ‘k1’, but ‘b’ has kind ‘k2’
‘k2’ is a rigid type variable bound by
the class declaration for ‘C’
at T16245.hs:12:45
‘k1’ is a rigid type variable bound by
the class declaration for ‘C’
at T16245.hs:12:1-62
• In the second argument of ‘SameKind’, namely ‘b’
In the class declaration for ‘C’
|