blob: 285ded5763d55525d99d9db48a9c7522520b66ef (
plain)
1
2
3
4
5
6
|
T7328.hs:8:34: error: [GHC-27958]
• 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)
|