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

T16762c.hs:10:17: error: [GHC-97739]
    • 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 definition of data constructor ‘MkT’
      In the data declaration for ‘T’