summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail113.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-10-19 02:20:12 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-10-19 02:20:12 +0100
commit8bc6c4a613b5d16118469248cfb8025a5175a174 (patch)
tree56146daa18ef6f54974bf2c22c9121e2912a51da /testsuite/tests/typecheck/should_fail/tcfail113.stderr
parent09cdd12b22bcff1876ea80c0d9878507c2ed4f1f (diff)
downloadhaskell-8bc6c4a613b5d16118469248cfb8025a5175a174.tar.gz
Improvements to kind error messages, mainly
Also some expected/actual messages are now the right way round
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail113.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail113.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail113.stderr b/testsuite/tests/typecheck/should_fail/tcfail113.stderr
index 68e63c416b..2584b46bda 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail113.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail113.stderr
@@ -1,12 +1,12 @@
tcfail113.hs:12:7:
Expecting one more argument to `Maybe'
+ Expected kind `*', but `Maybe' has kind `* -> *'
In the type signature for `f': f :: [Maybe]
tcfail113.hs:15:8:
- Kind mis-match
The first argument of `T' should have kind `* -> *',
- but `Int' has kind `*'
+ but `Int' has kind `*'
In the type signature for `g': g :: T Int
tcfail113.hs:18:6: