summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/PolyKinds02.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-02-28 10:03:37 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-02-28 10:03:37 +0000
commit5b7328c4e32c680d3d001cc1dc0e7961eb08c4b0 (patch)
tree75f8e733d9519949cf87b8b7d5c473ae09b5d625 /testsuite/tests/polykinds/PolyKinds02.stderr
parent36c9b792a565dc095a8ff3c43a11b61dae23d030 (diff)
downloadhaskell-5b7328c4e32c680d3d001cc1dc0e7961eb08c4b0.tar.gz
Wibbles to error messages
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds02.stderr')
-rw-r--r--testsuite/tests/polykinds/PolyKinds02.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds02.stderr b/testsuite/tests/polykinds/PolyKinds02.stderr
index 3c61552662..2ee85b5e2b 100644
--- a/testsuite/tests/polykinds/PolyKinds02.stderr
+++ b/testsuite/tests/polykinds/PolyKinds02.stderr
@@ -1,6 +1,6 @@
PolyKinds02.hs:13:16:
Kind mis-match
- The second argument of `Vec' should have kind `Nat',
+ The second argument of `Vec' should have kind 'Nat,
but `Nat' has kind `*'
In the type signature for `vec': vec :: Vec Nat Nat