On 23 May 2011 17:20, michael rice <nowg...@yahoo.com> wrote:

> What's the best way to end up with a list composed of only the Just values,
> no Nothings?
>
> http://haskell.org/hoogle/?hoogle=%3A%3A+%5BMaybe+a%5D+-%3E+%5Ba%5D

Data.Maybe.catMaybes is what you want :-)

Cheers,
Max
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to