diff options
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds02.stderr')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds02.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds02.stderr b/testsuite/tests/polykinds/PolyKinds02.stderr new file mode 100644 index 0000000000..8fd49c8158 --- /dev/null +++ b/testsuite/tests/polykinds/PolyKinds02.stderr @@ -0,0 +1,5 @@ + +PolyKinds02.hs:13:16: + The second argument of ‛Vec’ should have kind ‛Nat’, + but ‛Nat’ has kind ‛*’ + In the type signature for ‛vec’: vec :: Vec Nat Nat |