diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail003.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail003.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail003.stderr b/testsuite/tests/deriving/should_fail/drvfail003.stderr new file mode 100644 index 0000000000..4aa98531b8 --- /dev/null +++ b/testsuite/tests/deriving/should_fail/drvfail003.stderr @@ -0,0 +1,9 @@ + +drvfail003.hs:16:56: + No instance for (Show (v (v a))) + arising from the 'deriving' clause of a data type declaration + Possible fix: + add an instance declaration for (Show (v (v a))) + or use a standalone 'deriving instance' declaration, + so you can specify the instance context yourself + When deriving the instance for (Show (Square_ v w a)) |