[Haskell-cafe] [Maybe Int] sans Nothings

Malcolm Wallace malcolm.wallace at me.com
Mon May 23 18:25:14 CEST 2011


On 23 May 2011, at 17:20, michael rice wrote:

> What's the best way to end up with a list composed of only the Just values,
> no Nothings?

Go to haskell.org/hoogle
Type in "[Maybe a] -> [a]"
Click on first result.



More information about the Haskell-Cafe mailing list