
12 Oct
2013
12 Oct
'13
3:40 p.m.
On Sat, Oct 12, 2013 at 7:32 PM, Edward Kmett
should move Data.Functor.Identity into base.
How about calling that one Id then (already in Data.Traversable but not exported). This would be more consistent with Const not being called Constant. Maybe also put it in Control.Applicative or move both somewhere better. For back-compat, transformers could continue to export those modules, with aliases like type Identity = Id.