blob: be948f0a0797a57010da12cf6cea18f40cde7c6a (
plain)
1
2
3
4
5
6
|
readFail039.hs:8:14: error:
Can't make a derived instance of ‘C Foo’:
‘C’ is not a stock derivable class (Eq, Show, etc.)
Try GeneralizedNewtypeDeriving for GHC's newtype-deriving extension
In the newtype declaration for ‘Foo’
|