summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail014.stderr
blob: d228e0d6609b3b6506a2de781cf0b255a27f84f2 (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)’