summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7856.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7856.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7856.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7856.stderr b/testsuite/tests/typecheck/should_fail/T7856.stderr
index 566018894f..e6fe2bd42f 100644
--- a/testsuite/tests/typecheck/should_fail/T7856.stderr
+++ b/testsuite/tests/typecheck/should_fail/T7856.stderr
@@ -1,10 +1,10 @@
T7856.hs:4:7:
- Couldn't match expected type ‛String -> IO ()’
- with actual type ‛IO ()’
- Possible cause: ‛sequence_’ is applied to too many arguments
+ Couldn't match expected type ‘String -> IO ()’
+ with actual type ‘IO ()’
+ Possible cause: ‘sequence_’ is applied to too many arguments
In the expression: sequence_ lst
- In an equation for ‛tmp’:
+ In an equation for ‘tmp’:
tmp
= sequence_ lst
where