summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
blob: cfa051997a0ac8059757a9517f67853e96ea4272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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])