CurryInfo: traversal-3.0.0 / Data.Traversal.mapChildFamiliesM

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