summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/mc24.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/mc24.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/mc24.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/mc24.stderr b/testsuite/tests/typecheck/should_fail/mc24.stderr
index 3260edbcb7..b14fd81162 100644
--- a/testsuite/tests/typecheck/should_fail/mc24.stderr
+++ b/testsuite/tests/typecheck/should_fail/mc24.stderr
@@ -3,7 +3,7 @@ mc24.hs:10:31:
Couldn't match type ‘[a0]’ with ‘[a] -> m [a]’
Expected type: (a -> Integer) -> [a] -> m [a]
Actual type: [a0] -> [a0]
- Relevant bindings include foo :: m Int (bound at mc24.hs:8:1)
Possible cause: ‘take’ is applied to too many arguments
In the expression: take 2
In a stmt of a monad comprehension: then group by x using take 2
+ Relevant bindings include foo :: m Int (bound at mc24.hs:8:1)