summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
blob: 145c6cd1feee97326be6470d3da19a969fafa4c9 (plain)
1
2
3
4
5
6
7
8

overloadedlistsfail04.hs:3:15:
    No instance for (Enum [Char])
      arising from the arithmetic sequence ‛"a" .. "b"’
    In the first argument of ‛print’, namely
      ‛(["a" .. "b"] :: [String])’
    In the expression: print (["a" .. "b"] :: [String])
    In an equation for ‛main’: main = print (["a" .. "b"] :: [String])