blob: 00262888da44b742ae77d6a7500a92841e4a3887 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T2604.hs:7:35:
Can't make a derived instance of ‛Typeable DList’:
You need DeriveDataTypeable 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’:
You need DeriveDataTypeable to derive an instance for this class
In the newtype declaration for ‛NList’
|