summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail014.stderr
blob: 93a4c781225f46efcdf4924101dcab9f0f735ebd (plain)
1
2
3
4
5
6
7
8
9

drvfail014.hs:8:28:
    Use deriving( Typeable ) on a data type declaration
    In the data declaration for ‛T1’

drvfail014.hs:12:1:
    Derived typeable instance must be of form (Typeable2 T2)
    In the stand-alone deriving instance for
      ‛(Typeable a, Typeable b) => Typeable (T2 a b)’