CurryInfo: traversal-3.0.0 / Data.Traversal.mapChildrenM

definition: Info
 
mapChildrenM :: Monad m => Traversable a b -> (b -> m b) -> a -> m a
mapChildrenM tr f a = replaceChildrenM tr a (mapM f (children tr a))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Monadic version of mapChildren
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 mapChildrenM
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Monad c => (a -> ([b], [b] -> a)) -> (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