Instant is
off
|
Search plugin
|
Manual
|
haskell.org
mapM
-base -containers
Packages
base
containers
transformers
fgl
mapM
aybeT
:: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n b
transformers
Control.Monad.Trans.Maybe
Transform the computation inside a MaybeT. * (
mapMaybeT
f m) = f (
runMaybeT
>
type
Node
MapM
a b g r = State (NodeMap a, g a b) r
fgl
Data.Graph.Inductive.NodeMap
Graph construction monad; handles passing both the
NodeMap
and the
Graph
.
©
Neil Mitchell
2004-2012, version 4.2.11