summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7328.stderr
blob: 95b3a7782fe905c1b9d3bab544ce17748c5f33ac (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)