summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16247.stderr
blob: ff0f82919a330192758f822b57608ef050920b5a (plain)
1
2
3
4
5
6

T16247.hs:9:13: 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 kind ‘forall a k (b :: k). SameKind a b -> Type’