
11 Dec
2014
11 Dec
'14
4:50 p.m.
Sean Leather wrote:
newtype wrappers in Data.Monoid... I would like to add Functor instances for all parameterized types, where applicable (i.e. Dual, Sum, Product). In general, I think we should add whatever other instances make sense. Data came to mind.
+1
Others?
NFData. But that's not in base, so those instances need to be added in the deepseq library. -Yitz