CurryInfo: traversal-3.0.0 / Data.Traversal.evalChildFamilies

definition: Info
 
evalChildFamilies :: Traversable a b -> Traversable b b
                  -> (b -> Maybe b) -> a -> a
evalChildFamilies tra trb = mapChildren tra . evalFamily trb
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Applies the given function to each member of the families of the children
of a value as long as possible.
Similar to 'evalFamily'.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 evalChildFamilies
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 (a -> ([b], [b] -> a)) -> (b -> ([b], [b] -> b)) -> (b -> Prelude.Maybe b) -> a
-> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms