Help | Examples | About | API | Blog | Hackage | Haskell
Concurrently search more than 4911 packages and more than 442752 functions! (Index generated: Mon, 22 Apr 2013 08:31:44 UTC )
Found 25 functions, 0 packages and 2 completions.
Data.Maybe.catMaybes:: catMaybes
base

The catMaybes function takes a list of Maybes and returns a list of all the Just values.

Maybe.catMaybes:: catMaybes
haskell98

The catMaybes function takes a list of Maybes and returns a list of all the Just values.

CorePrelude.catMaybes:: catMaybes
basic-prelude

The catMaybes function takes a list of Maybes and returns a list of all the Just values.

Data.Conduit.List.catMaybes:: Conduit (Maybe a) m a
conduit

Filter the Just values from a stream, discarding the Nothing values.

Since 0.5.1

Source
Data.Maybe.catMaybes:: catMaybes
haskell2010

The catMaybes function takes a list of Maybes and returns a list of all the Just values.

Text.XML.HaXml.XmlContent.Parser.catMaybes:: catMaybes
HaXml

The catMaybes function takes a list of Maybes and returns a list of all the Just values.

Data.List.Class.catMaybes:: l (Maybe a) -> l a
List
No description.
Source
Data.EventList.Absolute.TimeTime.catMaybes:: T time (Maybe body) -> T time body
event-list
No description.
Source
Data.EventList.Absolute.TimeBody.catMaybes:: T time (Maybe body) -> T time body
event-list
No description.
Source
Data.EventList.Relative.TimeBody.catMaybes:: T time (Maybe body) -> T time body
event-list

Adds times in a left-associative fashion. Use this if the time is a strict data type.

Source
Powered by Haskell, HXT, Snap, and
Please send any feedback to hayoo@holumbus.org