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

T7645.hs:6:23: error:
    • Expecting one more argument to ‘Maybe’
      Expected a type, but ‘Maybe’ has kind ‘* -> *’
    • In the type signature:
        f :: ((+) a (a :: *), Maybe)