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

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

T7959.hs:6:17:
    Expected kind ‘k0 -> Constraint’, but ‘A’ has kind ‘Constraint’
    In the data declaration for ‘B’