summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/saks_fail020.stderr
blob: 7f4f33f6310c28db76ec89c5898d5f866c50df31 (plain)
1
2
3
4
5
6

saks_fail020.hs:9:49: error:
    • Expected kind ‘k’, but ‘a’ has kind ‘k0’
    • In the first argument of ‘Proxy’, namely ‘(a :: k)’
      In a standalone kind signature for ‘Foo2’:
        () -> forall (k :: Type) -> Proxy (a :: k)