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

tcfail225.hs:8:19: error:
    • Expected kind ‘k -> *’, but ‘Maybe’ has kind ‘* -> *’
    • In the first argument of ‘T’, namely ‘Maybe’
      In the type ‘T Maybe (m a)’
      In the definition of data constructor ‘MkT’