CurryInfo: traversal-3.0.0 / Data.Traversal.evalChildFamiliesM

definition: Info
 
evalChildFamiliesM :: Monad m => Traversable a b -> Traversable b b
                  -> (b -> m (Maybe b)) -> a -> m a
evalChildFamiliesM tra trb = mapChildrenM tra . evalFamilyM trb
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Monadic version of evalChildFamilies
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> {.._#lambda508}}
name: Info
 evalChildFamiliesM
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 Prelude.Monad c => (a -> ([b], [b] -> a)) -> (b -> ([b], [b] -> b)) -> (b
-> c (Prelude.Maybe 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