summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2534.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T2534.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T2534.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T2534.stderr b/testsuite/tests/typecheck/should_fail/T2534.stderr
index 02ad7821ff..389b515957 100644
--- a/testsuite/tests/typecheck/should_fail/T2534.stderr
+++ b/testsuite/tests/typecheck/should_fail/T2534.stderr
@@ -1,8 +1,8 @@
T2534.hs:3:19:
- Couldn't match expected type `a -> a -> b' with actual type `[t0]'
+ Couldn't match expected type ‛a -> a -> b’ with actual type ‛[t0]’
Relevant bindings include
foo :: a -> a -> b (bound at T2534.hs:3:1)
- In the second argument of `foldr', namely `[]'
+ In the second argument of ‛foldr’, namely ‛[]’
In the expression: foldr (>>=) [] []
- In an equation for `foo': foo = foldr (>>=) [] []
+ In an equation for ‛foo’: foo = foldr (>>=) [] []