diff options
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_7.stderr')
-rw-r--r-- | testsuite/tests/generics/GenCannotDoRep1_7.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_7.stderr b/testsuite/tests/generics/GenCannotDoRep1_7.stderr index 3b6af68fb0..2830a6d774 100644 --- a/testsuite/tests/generics/GenCannotDoRep1_7.stderr +++ b/testsuite/tests/generics/GenCannotDoRep1_7.stderr @@ -1,5 +1,5 @@ GenCannotDoRep1_7.hs:11:29: - Can't make a derived instance of `Generic1 T': + Can't make a derived instance of ‛Generic1 T’: must not apply type constructors that cannot be represented with `Rep1' (such as `B') to arguments that involve the last type parameter - In the data declaration for `T' + In the data declaration for ‛T’ |