blob: 2cb4e61f1941fd482c2bc47d0a5b30a7732a80be (
plain)
1
2
3
4
5
6
7
|
T11142.hs:9:8: error:
• The kind of variable ‘b’, namely ‘k’,
depends on variable ‘k’ from an inner scope
Perhaps bind ‘b’ sometime after binding ‘k’
• In the type signature:
foo :: forall b. (forall k (a :: k). SameKind a b) -> ()
|