blob: d1ba591512a03837f78b44508e3690d5aa45a664 (
plain)
1
2
3
4
5
6
|
T7328.hs:8:34: error:
• Expected kind ‘k1’, but ‘f’ has kind ‘k0 -> k1’
• In the first argument of ‘Foo’, namely ‘f’
In the first argument of ‘Proxy’, namely ‘(Foo f)’
In the type signature: foo :: a ~ f i => Proxy (Foo f)
|