summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11672.stderr
blob: 16eb31042fd5522e342c0eb7045de80e8045eb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T11672.hs:9:10: error:
    • Couldn't match kind ‘*’ with ‘Symbol’
      When matching types
        a0 :: Symbol
        Int -> Bool :: *
      Expected type: Proxy a0
        Actual type: Proxy (Int -> Bool)
    • In the first argument of ‘f’, namely
        ‘(Proxy :: Proxy (Int -> Bool))’
      In the expression: f (Proxy :: Proxy (Int -> Bool))
      In an equation for ‘f’: f _ = f (Proxy :: Proxy (Int -> Bool))