summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T7861.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T7861.stderr')
-rw-r--r--testsuite/tests/typecheck/should_run/T7861.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_run/T7861.stderr b/testsuite/tests/typecheck/should_run/T7861.stderr
index 4f2b6230b0..b3e3140edc 100644
--- a/testsuite/tests/typecheck/should_run/T7861.stderr
+++ b/testsuite/tests/typecheck/should_run/T7861.stderr
@@ -1,10 +1,10 @@
T7861: T7861.hs:11:5:
- Couldn't match type ‛a’ with ‛[a]’
- ‛a’ is a rigid type variable bound by
+ Couldn't match type ‘a’ with ‘[a]’
+ ‘a’ is a rigid type variable bound by
the type signature for f :: A a -> a at T7861.hs:10:6
Expected type: A a -> a
Actual type: A a -> [a]
Relevant bindings include f :: A a -> a (bound at T7861.hs:11:1)
In the expression: doA
- In an equation for ‛f’: f = doA
+ In an equation for ‘f’: f = doA
(deferred type error)