blob: 6cda6c36c64800547a50e34f05c4a62f48d6d6a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T2604.hs:7:35:
Can't make a derived instance of `Typeable (DList a)':
You need -XDeriveDataTypeable to derive an instance for this class
In the data declaration for `DList'
T2604.hs:9:38:
Can't make a derived instance of `Typeable (NList a)':
You need -XDeriveDataTypeable to derive an instance for this class
In the newtype declaration for `NList'
|