diff options
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_7.stderr')
-rw-r--r-- | testsuite/tests/generics/GenCannotDoRep1_7.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_7.stderr b/testsuite/tests/generics/GenCannotDoRep1_7.stderr index 34302ca483..a35df31863 100644 --- a/testsuite/tests/generics/GenCannotDoRep1_7.stderr +++ b/testsuite/tests/generics/GenCannotDoRep1_7.stderr @@ -1,6 +1,6 @@ GenCannotDoRep1_7.hs:9:32: - Can't make a derived instance of ‛Generic1 I’: - Constructor ‛I’ applies a type to an argument involving the last parameter + Can't make a derived instance of ‘Generic1 I’: + Constructor ‘I’ applies a type to an argument involving the last parameter but the applied type is not of kind * -> * - In the data declaration for ‛I’ + In the data declaration for ‘I’ |