|
definition: |
mapFamilyM :: Monad m => Traversable a a -> (a -> m a) -> a -> m a mapFamilyM tr f a = mapChildFamiliesM tr tr f a >>= f |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Monadic version of mapFamily |
|
failfree: |
(_, _, _, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_,_,_) |-> _}
|
|
name: |
mapFamilyM |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.Monad b => (a -> ([a], [a] -> a)) -> (a -> b a) -> a -> b a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |