Proposal #2629: Data.List: Replace nub;
add nubOrd, nubInt, nubWith
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Tue Sep 30 04:03:44 EDT 2008
> The StopList class [...]
BTW, that is a horrible name for what is simply a *set*
(look at the methods you wrote: empty, insert, member)
The design problem here is that you don't want to use Data.Set
because currently it is an implementation, not an interface.
J.W.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 257 bytes
Desc: OpenPGP digital signature
Url : http://www.haskell.org/pipermail/libraries/attachments/20080930/74fad362/signature.bin
More information about the Libraries
mailing list