summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail207.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail207.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail207.stderr20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail207.stderr b/testsuite/tests/typecheck/should_fail/tcfail207.stderr
index 3e96a0994e..f647a324ba 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail207.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail207.stderr
@@ -1,16 +1,16 @@
tcfail207.hs:5:7:
- Couldn't match expected type `[Int] -> [Int]'
- with actual type `[a1]'
- In the return type of a call of `take'
- Probable cause: `take' is applied to too many arguments
+ Couldn't match expected type ‛[Int] -> [Int]’
+ with actual type ‛[a1]’
+ In the return type of a call of ‛take’
+ Probable cause: ‛take’ is applied to too many arguments
In the expression: take x []
- In an equation for `f': f x = take x []
+ In an equation for ‛f’: f x = take x []
tcfail207.hs:9:5:
- Couldn't match expected type `[Int]'
- with actual type `[a0] -> [a0]'
- In the return type of a call of `take'
- Probable cause: `take' is applied to too few arguments
+ Couldn't match expected type ‛[Int]’
+ with actual type ‛[a0] -> [a0]’
+ In the return type of a call of ‛take’
+ Probable cause: ‛take’ is applied to too few arguments
In the expression: take 3
- In an equation for `g': g = take 3
+ In an equation for ‛g’: g = take 3