summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/DepFail1.stderr
blob: 0201005943fb4e640f7c59c3bc02820a12c645c9 (plain)
1
2
3
4
5
6
7
8
9
10

DepFail1.hs:7:6: error:
    • Expecting one more argument to ‘Proxy Bool’
      Expected a type, but ‘Proxy Bool’ has kind ‘Bool -> *’
    • In the type signature: z :: Proxy Bool

DepFail1.hs:10:16: error:
    • Expected kind ‘Int’, but ‘Bool’ has kind ‘*’
    • In the second argument of ‘Proxy’, namely ‘Bool’
      In the type signature: a :: Proxy Int Bool