summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail03.stderr
blob: 099d79f233f563a9252a4eaedb0ada18ee524da9 (plain)
1
2
3
4
5
6
7
8
9

overloadedlistsfail03.hs:3:27:
    Couldn't match expected type `Char' with actual type `[Char]'
    In the expression: "b"
    In the first argument of `length', namely `['a', "b"]'
    In the first argument of `print', namely `(length ['a', "b"])'