diff options
Diffstat (limited to 'testsuite/tests/polykinds/T7341.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T7341.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/polykinds/T7341.stderr b/testsuite/tests/polykinds/T7341.stderr index da9ae7f707..36ab4eaaf2 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 `* -> *'
- In the instance declaration for `C []'
+ +T7341.hs:11:12: + Expecting one more argument to ‛[]’ + The first argument of ‛C’ should have kind ‛*’, + but ‛[]’ has kind ‛* -> *’ + In the instance declaration for ‛C []’ |