summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T12512.stderr
blob: 78c49f423356cc8d480594d9db654dc176d9194a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T12512.hs:10:1: error:
    • Can't make a derived instance of ‘Wat1 (# a, b #)’:
        ‘Wat1’ is not a stock derivable class (Eq, Show, etc.)
        Try enabling DeriveAnyClass
    • In the stand-alone deriving instance for ‘Wat1 (# a, b #)’

T12512.hs:13:1: error:
    • Can't make a derived instance of ‘Wat2 (# a | b #)’:
        ‘Wat2’ is not a stock derivable class (Eq, Show, etc.)
        Try enabling DeriveAnyClass
    • In the stand-alone deriving instance for ‘Wat2 (# a | b #)’