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

tcfail003.hs:3:10:
    No instance for (Num Char) arising from the literal ‘1’
    In the expression: 1
    In the expression: [1, 'a']
    In a pattern binding: (d : e) = [1, 'a']