summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail194.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail194.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail194.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail194.stderr b/testsuite/tests/typecheck/should_fail/tcfail194.stderr
index 1b21e5a616..eeae9d0219 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail194.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail194.stderr
@@ -1,9 +1,9 @@
tcfail194.hs:9:29:
- Couldn't match type ‛[a0]’ with ‛a -> t’
+ Couldn't match type ‘[a0]’ with ‘a -> t’
Expected type: (a -> t) -> [a] -> [a]
Actual type: [a0] -> [a0]
Relevant bindings include z :: [t] (bound at tcfail194.hs:9:1)
- Possible cause: ‛take’ is applied to too many arguments
+ Possible cause: ‘take’ is applied to too many arguments
In the expression: take 5
In a stmt of a list comprehension: then take 5 by x