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