summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T3834.stderr
blob: 23a605f6143fe87c36457a1da9adb9a38da48e1f (plain)
1
2
3
4
5
6

T3834.hs:9:1: error:
    • Can't make a derived instance of ‘C T’:
        ‘C’ is not a stock derivable class (Eq, Show, etc.)
        Try GeneralizedNewtypeDeriving for GHC's newtype-deriving extension
    • In the stand-alone deriving instance for ‘C T’