maybes_partition: Partition a list of "Maybe a" type values into a list...

Description Usage Arguments Format Value See Also

Description

Partition a list of "Maybe a" type values into a list containing a list of Just(a) values and a list of Nothing() values.

Usage

1

Arguments

maybes

A list of "Maybe a" type values

Format

maybes_partition :: List (Maybe a) -> List(List Just a, List Nothing)

Value

A list containing a list of Just(a) values and a list of Nothing() values.

See Also

Other Maybe functions: as_maybe, is_nothing, maybe_apply, maybe_bind, maybe_default, maybe_map_2, maybe_map_3, maybe_map_4, maybe_map_5, maybe_map, maybe_then, maybes_collapse


Teresa00/hfmAnnotation documentation built on May 14, 2019, 12:51 a.m.