summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail003.stderr
blob: fea6c6625880226a584297a5f7aeb2b6068cedd8 (plain)
1
2
3
4
5
6
7
8

drvfail003.hs:16:56: error:
    • No instance for ‘Show (v (v a))’
        arising from the first field of ‘End’ (type ‘v (v a)’)
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Show (Square_ v w a))