summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail169.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail169.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail169.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail169.stderr b/testsuite/tests/typecheck/should_fail/tcfail169.stderr
index e1ac2db711..75ae3a41a4 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail169.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail169.stderr
@@ -1,7 +1,7 @@
tcfail169.hs:7:51:
No instance for (Show (Succ a))
- arising from the second field of ‛Cons’ (type ‛Seq (Succ a)’)
+ arising from the second field of ‘Cons’ (type ‘Seq (Succ a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself