summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15592a.stderr
blob: 5002b4771d395f2dfe30040e2c489a3b5824562d (plain)
1
2
3
4
5
6
7
8

T15592a.hs:8:22: error:
    • Cannot apply function of kind ‘Proxy j
                                     -> Proxy k -> k2 -> Constraint’
      to visible kind argument ‘j’
    • In the type signature:
        meth1 :: forall z. D @j @k a b z => z -> Proxy '(a, b)
      In the class declaration for ‘D’