blob: 865a78c44e5487cb139eb012ae7c82b1189fe620 (
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 type 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)'
|