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 2a8d2a699b..e4b39838d6 100644 --- a/testsuite/tests/generics/GenCannotDoRep1_4.stderr +++ b/testsuite/tests/generics/GenCannotDoRep1_4.stderr @@ -1,5 +1,5 @@ GenCannotDoRep1_4.hs:8:34: - Can't make a derived instance of `Generic1 T': - Constructor `T' must use the last type parameter only as the last argument of a data type, newtype, or (->) - In the data declaration for `T' + Can't make a derived instance of ‛Generic1 T’: + Constructor ‛T’ must use the last type parameter only as the last argument of a data type, newtype, or (->) + In the data declaration for ‛T’ |