Closed
Description
After dropping the standard ordNub (i.e. this: https://github.com/nh2/haskell-ordnub) code into a codebase for the zillionth time I went and checked the history of why it never made it into a standard lib. It can't go into base because it requires containers or reimplementing Set
just for this purpose, which is silly. It doesn't necessarily belong in the Data.Set
module. But perhaps it could fall into a new module, like Data.SetUtils
or Data.ContainerUtils
or the like? Anyway, this package is the most natural place for it to live, even if it doesn't quite fit, and everyone ends up using it everywhere, so it would be really nice to just have a standard for it...
Metadata
Metadata
Assignees
Labels
No labels