summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail001.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail001.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail001.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail001.stderr b/testsuite/tests/typecheck/should_fail/tcfail001.stderr
index 32418ac5c2..3c67882546 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail001.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail001.stderr
@@ -1,7 +1,7 @@
tcfail001.hs:9:2:
- Couldn't match expected type ‛[t0] -> [t1]’ with actual type ‛[a]’
+ Couldn't match expected type ‘[t0] -> [t1]’ with actual type ‘[a]’
Relevant bindings include op :: [a] (bound at tcfail001.hs:9:2)
- The equation(s) for ‛op’ have one argument,
- but its type ‛[a]’ has none
- In the instance declaration for ‛A [a]’
+ The equation(s) for ‘op’ have one argument,
+ but its type ‘[a]’ has none
+ In the instance declaration for ‘A [a]’