summaryrefslogtreecommitdiff
path: root/testsuite/tests/rebindable
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-02-23 22:00:57 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-02-25 11:06:51 +0100
commit018676c7f883886b388652c913c99a10d2591b0b (patch)
treeddeb1cd21f74b21f12b1d1ddbc26abb934136587 /testsuite/tests/rebindable
parentede5b5180c2a5db3f51b01dbef402d21ace9601c (diff)
downloadhaskell-018676c7f883886b388652c913c99a10d2591b0b.tar.gz
Use U+2018 instead of U+201B quote mark in compiler messages
This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r--testsuite/tests/rebindable/rebindable6.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/rebindable/rebindable6.stderr b/testsuite/tests/rebindable/rebindable6.stderr
index 6833a511fd..4d22904d6e 100644
--- a/testsuite/tests/rebindable/rebindable6.stderr
+++ b/testsuite/tests/rebindable/rebindable6.stderr
@@ -2,7 +2,7 @@
rebindable6.hs:106:17:
No instance for (HasSeq (IO a -> t0 -> IO b))
arising from a do statement
- The type variable ‛t0’ is ambiguous
+ The type variable ‘t0’ is ambiguous
Relevant bindings include
g :: IO (Maybe b) (bound at rebindable6.hs:104:19)
f :: IO a (bound at rebindable6.hs:104:17)
@@ -16,7 +16,7 @@ rebindable6.hs:106:17:
do { f;
Just (b :: b) <- g;
return b }
- In an equation for ‛test_do’:
+ In an equation for ‘test_do’:
test_do f g
= do { f;
Just (b :: b) <- g;
@@ -25,7 +25,7 @@ rebindable6.hs:106:17:
rebindable6.hs:107:17:
No instance for (HasBind (IO (Maybe b) -> (Maybe b -> t1) -> t0))
arising from a do statement
- The type variables ‛t0’, ‛t1’ are ambiguous
+ The type variables ‘t0’, ‘t1’ are ambiguous
Relevant bindings include
g :: IO (Maybe b) (bound at rebindable6.hs:104:19)
test_do :: IO a -> IO (Maybe b) -> IO b
@@ -38,7 +38,7 @@ rebindable6.hs:107:17:
do { f;
Just (b :: b) <- g;
return b }
- In an equation for ‛test_do’:
+ In an equation for ‘test_do’:
test_do f g
= do { f;
Just (b :: b) <- g;
@@ -46,8 +46,8 @@ rebindable6.hs:107:17:
rebindable6.hs:108:17:
No instance for (HasReturn (b -> t1))
- arising from a use of ‛return’
- The type variable ‛t1’ is ambiguous
+ arising from a use of ‘return’
+ The type variable ‘t1’ is ambiguous
Relevant bindings include
b :: b (bound at rebindable6.hs:107:23)
g :: IO (Maybe b) (bound at rebindable6.hs:104:19)
@@ -60,7 +60,7 @@ rebindable6.hs:108:17:
do { f;
Just (b :: b) <- g;
return b }
- In an equation for ‛test_do’:
+ In an equation for ‘test_do’:
test_do f g
= do { f;
Just (b :: b) <- g;