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

T7959.hs:5:1: error:
    • Cannot derive instances for nullary classes
    • In the stand-alone deriving instance for ‘A’

T7959.hs:6:17: error:
    • ‘A’ is not a unary constraint, as expected by a deriving clause
    • In the data declaration for ‘B’