diff options
Diffstat (limited to 'testsuite/tests/deriving/should_compile/deriving-1935.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_compile/deriving-1935.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/deriving/should_compile/deriving-1935.stderr b/testsuite/tests/deriving/should_compile/deriving-1935.stderr index 4772334b20..bf2c79cb7a 100644 --- a/testsuite/tests/deriving/should_compile/deriving-1935.stderr +++ b/testsuite/tests/deriving/should_compile/deriving-1935.stderr @@ -1,15 +1,15 @@ deriving-1935.hs:15:11: Warning: No explicit implementation for - either ‛==’ or ‛/=’ - In the instance declaration for ‛Eq (T a)’ + either ‘==’ or ‘/=’ + In the instance declaration for ‘Eq (T a)’ deriving-1935.hs:18:11: Warning: No explicit implementation for - either ‛==’ or ‛/=’ - In the instance declaration for ‛Eq (S a)’ + either ‘==’ or ‘/=’ + In the instance declaration for ‘Eq (S a)’ deriving-1935.hs:19:11: Warning: No explicit implementation for - either ‛compare’ or ‛<=’ - In the instance declaration for ‛Ord (S a)’ + either ‘compare’ or ‘<=’ + In the instance declaration for ‘Ord (S a)’ |