[Haskell-beginners] nub... almost
Benjamin Edwards
edwards.benj at gmail.com
Sat Jun 4 19:03:29 CEST 2011
nub = toList . foldl (flip insert) empty
But it's crap because it doesn't respect the ordering on the list.
On 4 Jun 2011 17:53, "Christopher Howard" <christopher.howard at frigidcode.com>
wrote:
On 06/04/2011 12:20 AM, Iustin Pop wrote:
> On Fri, Jun 03, 2011 at 11:49:01PM -0800, Christopher Ho...
@iustin: Thanks, that should work well enough.
@Edwards: I'm not familiar with Data.Set, so I do not understand your
solution.
--
frigidcode.com
theologia.indicium.us
_______________________________________________
Beginners mailing list
Beginners at haskell.org
http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110604/a1568454/attachment.htm>
More information about the Beginners
mailing list