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

drvfail002.hs:19:23: error:
    • No instance for ‘X T c0’
        arising from the first field of ‘S’ (type ‘T’)
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Show S)