blob: dc637bee4a92e803df89777c84b47c9c5c9bbcca (
plain)
1
2
3
4
5
6
7
|
T16247.hs:9:20: error:
• These kind and type variables: a k (b :: k)
are out of dependency order. Perhaps try this ordering:
k (a :: k) (b :: k)
• In the kind ‘forall a k (b :: k). SameKind a b -> Type’
In the data type declaration for ‘Foo’
|