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

T7645.hs:6:23:
    Expecting one more argument to ‘Maybe’
    The second argument of a tuple should have kind ‘*’,
      but ‘Maybe’ has kind ‘* -> *’
    In the type signature for ‘f’: f :: ((+) a (a :: *), Maybe)