Proposal #2629: Data.List: Replace nub;
add nubOrd, nubInt, nubWith
Henning Thielemann
lemming at henning-thielemann.de
Tue Sep 30 14:54:19 EDT 2008
On Tue, 30 Sep 2008, Dan Doel wrote:
> Lists are a container, so I guess it'd be nice if Data.List could be moved to
> containers, but I think the prelude imports and uses stuff from it, and you're
> not going to move that.
>
> nubOrd could be stuck in Data.Set, but that's kind of an odd place for it.
Data.List could import list functions from Prelude and re-export them.
More information about the Libraries
mailing list