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

tcfail160.hs:7:8: error:
    • Expected kind ‘* -> *’, but ‘Int’ has kind ‘*’
    • In the first argument of ‘T’, namely ‘Int’
      In the type signature:
        g :: T Int