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

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