blob: 8747b7f51d3ff322240e866d8c792fd09e9eda4a (
plain)
1
2
3
4
5
6
7
8
9
|
T18451.hs:11:58: error: [GHC-27958]
• Expected kind ‘k0’, but ‘b’ has kind ‘k’
Type variable kinds:
a :: k0
k :: Const (*) a
• In the second argument of ‘SameKind’, namely ‘b’
In the type ‘forall (b :: k). SameKind a b’
In the type declaration for ‘T’
|