CurryInfo: traversal-3.0.0 / Data.Traversal.mapChildFamiliesM

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