blob: 76f81555ddbf5c00155f8e298cc6ff9bc27a072c (
plain)
1
2
3
4
5
6
|
T7328.hs:8:34: error:
• Occurs check: cannot construct the infinite kind: k1 ~ 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)
|