summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail191.stderr
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-04-07 09:10:27 -0500
committerAustin Seipp <austin@well-typed.com>2015-04-07 09:13:38 -0500
commitcf196400609d920e7f8189b9376833f4f5886360 (patch)
treef3b98f7b98890f1cddd4ff36852eef750ac407cb /testsuite/tests/typecheck/should_fail/tcfail191.stderr
parentf1a4e42ea2e5302147dcb69b9baa6f4aa3af6e37 (diff)
downloadhaskell-cf196400609d920e7f8189b9376833f4f5886360.tar.gz
The production for squals is incorrect; see D806 for specifics.
This diff depends on D803. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D806 GHC Trac Issues: #10214
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail191.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail191.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail191.stderr b/testsuite/tests/typecheck/should_fail/tcfail191.stderr
index 2158927e55..d9237443df 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail191.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail191.stderr
@@ -2,7 +2,7 @@
tcfail191.hs:11:26:
Couldn't match type ‘a’ with ‘[a]’
‘a’ is a rigid type variable bound by
- a type expected by the context: [a] -> [[a]] at tcfail191.hs:11:9
+ a type expected by the context: [a] -> [[a]] at tcfail191.hs:10:9
Expected type: [a] -> [[a]]
Actual type: [[a]] -> [[a]]
In the expression: take 5