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

tcfail010.hs:3:17: error:
    • No instance for ‘Num [a0]’ arising from a use of ‘+’
    • In the expression: z + 2
      In the expression: \ (y : z) -> z + 2
      In an equation for ‘q’: q = \ (y : z) -> z + 2