summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr')
-rw-r--r--testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr b/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
index 93811d40c7..5a5f3915a9 100644
--- a/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
+++ b/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail04.stderr
@@ -1,8 +1,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])
+overloadedlistsfail04.hs:3:15: error:
+ • 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])