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

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