summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail142.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail142.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail142.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail142.stderr b/testsuite/tests/typecheck/should_fail/tcfail142.stderr
index cd8fd53cef..e2338eb917 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail142.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail142.stderr
@@ -1,11 +1,11 @@
tcfail142.hs:18:8:
Could not deduce (Bar a0 r)
- arising from the ambiguity check for ‛bar’
+ arising from the ambiguity check for ‘bar’
from the context (Bar a r)
bound by the type signature for bar :: Bar a r => r -> ()
at tcfail142.hs:18:8-25
- The type variable ‛a0’ is ambiguous
+ The type variable ‘a0’ is ambiguous
In the ambiguity check for: forall r a. Bar a r => r -> ()
To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
- In the type signature for ‛bar’: bar :: Bar a r => r -> ()
+ In the type signature for ‘bar’: bar :: Bar a r => r -> ()