summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17077.stderr
blob: 3d05adc3c3bf34c039a144ea5ba86f80a76771be (plain)
1
2
3
4
5

T17077.hs:7:13: error:
    • Expected kind ‘forall (k :: k1). a’, but ‘z’ has kind ‘k0’
    • In the first argument of ‘Proxy’, namely ‘(z :: forall k. a)’
      In the type signature: t :: Proxy (z :: forall k. a)