summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T16418.stderr
blob: fa2263abd308b24248e508de60c43834a91e3258 (plain)
1
2
3
4
5
6
7

T16418.hs:9:6: error:
    • These kind and type variables: a k (b :: k)
      are out of dependency order. Perhaps try this ordering:
        k (a :: k) (b :: k)
    • In the type signature:
        f :: forall a k (b :: k). SameKind a b -> ()