summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T7903.stderr-ghc')
-rw-r--r--testsuite/tests/typecheck/should_compile/T7903.stderr-ghc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc b/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc
index 594196a06c..2214c3531f 100644
--- a/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc
+++ b/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc
@@ -1,10 +1,10 @@
T7903.hs:5:10: Warning:
No explicit implementation for
- either ‛==’ or ‛/=’
- In the instance declaration for ‛Eq (a -> b)’
+ either ‘==’ or ‘/=’
+ In the instance declaration for ‘Eq (a -> b)’
T7903.hs:6:10: Warning:
No explicit implementation for
- either ‛compare’ or ‛<=’
- In the instance declaration for ‛Ord (a -> b)’
+ either ‘compare’ or ‘<=’
+ In the instance declaration for ‘Ord (a -> b)’