summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail161.stderr
blob: 90e1c2ec5ea6dd9f41e672c0726e07a2d9913d84 (plain)
1
2
3
4
5

tcfail161.hs:5:7:
    Expecting one more argument to ‘Maybe’
    Expected kind ‘*’, but ‘Maybe’ has kind ‘* -> *’
    In the type signature for ‘f’: f :: [Maybe]