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

T14066e.hs:13:65: error:
    • Expected a type, but ‘c'’ has kind ‘k1’
    • In the kind ‘c'’
      In the first argument of ‘Proxy’, namely ‘(b' :: c')’
      In an expression type signature: Proxy (b' :: c')
    • Relevant bindings include
        p2 :: Proxy c (bound at T14066e.hs:13:27)
        j :: Proxy a -> Proxy b -> Proxy c -> Proxy b
          (bound at T14066e.hs:13:5)