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

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