diff options
Diffstat (limited to 'testsuite/tests/polykinds/T7341.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T7341.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T7341.stderr b/testsuite/tests/polykinds/T7341.stderr index c5dd260660..925c68e52d 100644 --- a/testsuite/tests/polykinds/T7341.stderr +++ b/testsuite/tests/polykinds/T7341.stderr @@ -1,6 +1,6 @@ T7341.hs:11:12: Expecting one more argument to ‘[]’ - The first argument of ‘C’ should have kind ‘*’, - but ‘[]’ has kind ‘* -> *’ + Expected a type, but ‘[]’ has kind ‘* -> *’ + In the first argument of ‘C’, namely ‘[]’ In the instance declaration for ‘C []’ |