Description Usage Arguments Format Value See Also
Partition a list of "Maybe a" type values into a list containing a list of Just(a) values and a list of Nothing() values.
1 | maybes_partition(maybes)
|
maybes |
A list of "Maybe a" type values |
maybes_partition :: List (Maybe a) -> List(List Just a, List Nothing)
A list containing a list of Just(a) values and a list of Nothing() values.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.