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

T8514.hs:3:16:
    Expecting one more argument to ‘Maybe’
    The second argument of a tuple should have kind ‘*’,
      but ‘Maybe’ has kind ‘* -> *’
    In the type ‘(a, Maybe)’
    In the type declaration for ‘T’