Description Usage Arguments Format Value See Also
For handling instances where your code calls a function that was created by a generator (where the generator may not have returned a function).
| 1 | maybe_apply(m, mf)
 | 
| m | A Maybe value. | 
| mf | A Maybe function (i.e., there may or may not be a function). | 
maybe_apply :: Maybe a -> (Maybe a -> Maybe b) -> Maybe b
A Maybe value
Other Maybe functions: as_maybe,
is_nothing, maybe_bind,
maybe_default, maybe_map_2,
maybe_map_3, maybe_map_4,
maybe_map_5, maybe_map,
maybe_then, maybes_collapse,
maybes_partition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.