summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11563.stderr
blob: 5ed6d3c7997b7477385daca70d85b58219d51d6f (plain)
1
2
3
4
5
6

T11563.hs:6:19: error:
    • Expecting one more argument to ‘T’
      Expected a type, but ‘T’ has kind ‘* -> *’
    • In the first argument of ‘C’, namely ‘T’
      In the instance declaration for ‘C T’