Fix Trac #4220
authorsimonpj@microsoft.com <unknown>
Thu, 12 Aug 2010 13:13:19 +0000 (13:13 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 12 Aug 2010 13:13:19 +0000 (13:13 +0000)
For deriving Functor, Foldable, Traversable with empty
data cons I just generate a null equation
   f _ = error "urk"

There are probably more lurking (eg Enum) but this will do for now.


No differences found