diff options
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds02.stderr')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds02.stderr | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds02.stderr b/testsuite/tests/polykinds/PolyKinds02.stderr index 7c5716a65e..b95cd4f207 100644 --- a/testsuite/tests/polykinds/PolyKinds02.stderr +++ b/testsuite/tests/polykinds/PolyKinds02.stderr @@ -1,5 +1,6 @@ -
-PolyKinds02.hs:13:16: error:
- The second argument of ‘Vec’ should have kind ‘Nat’,
- but ‘Nat’ has kind ‘*’
- In the type signature: vec :: Vec Nat Nat
+ +PolyKinds02.hs:13:16: error: + • Expected kind ‘Nat’, but ‘Nat’ has kind ‘*’ + • In the second argument of ‘Vec’, namely ‘Nat’ + In the type signature: + vec :: Vec Nat Nat |