diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 02:20:12 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 02:20:12 +0100 |
commit | 8bc6c4a613b5d16118469248cfb8025a5175a174 (patch) | |
tree | 56146daa18ef6f54974bf2c22c9121e2912a51da /testsuite/tests/polykinds/PolyKinds02.stderr | |
parent | 09cdd12b22bcff1876ea80c0d9878507c2ed4f1f (diff) | |
download | haskell-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/polykinds/PolyKinds02.stderr')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds02.stderr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds02.stderr b/testsuite/tests/polykinds/PolyKinds02.stderr index 3c61552662..60e00d5c96 100644 --- a/testsuite/tests/polykinds/PolyKinds02.stderr +++ b/testsuite/tests/polykinds/PolyKinds02.stderr @@ -1,6 +1,5 @@ PolyKinds02.hs:13:16: - Kind mis-match The second argument of `Vec' should have kind `Nat', - but `Nat' has kind `*' + but `Nat' has kind `*' In the type signature for `vec': vec :: Vec Nat Nat |