CurryInfo: traversal-3.0.0 / Data.Traversal.replaceChildrenM

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