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

T14728b.hs:16:1: error:
    • Can't make a derived instance of ‘C (Identity a)’
        (even with cunning GeneralizedNewtypeDeriving):
        the associated type ‘U’ contains the last type variable
          of the class ‘C’ in a kind, which is not (yet) allowed
    • In the stand-alone deriving instance for ‘C (Identity a)’