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

T14066.hs:15:59: error:
    • Expected kind ‘k0’, but ‘b’ has kind ‘k’
    • In the second argument of ‘SameKind’, namely ‘b’
      In the type signature: g :: forall k (b :: k). SameKind a b
      In the expression:
        let
          g :: forall k (b :: k). SameKind a b
          g = undefined
        in ()
    • Relevant bindings include x :: Proxy a (bound at T14066.hs:15:4)