diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T5863a.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T5863a.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/T5863a.stderr b/testsuite/tests/deriving/should_fail/T5863a.stderr index 1bd2c77ac7..d64f1b20ce 100644 --- a/testsuite/tests/deriving/should_fail/T5863a.stderr +++ b/testsuite/tests/deriving/should_fail/T5863a.stderr @@ -1,10 +1,10 @@ T5863a.hs:9:31: - Cannot eta-reduce to an instance of form - instance (...) => Typeable T + Deriving Typeable is not allowed for family instances; + derive Typeable for ‘T’ alone In the data instance declaration for ‘T’ T5863a.hs:12:32: - Cannot eta-reduce to an instance of form - instance (...) => Typeable T + Deriving Typeable is not allowed for family instances; + derive Typeable for ‘T’ alone In the data instance declaration for ‘T’ |