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

tcfail010.hs:3:17:
    No instance for (Num [t0]) 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