CurryInfo: traversal-3.0.0 / Data.Traversal.mapChildFamilies

definition: Info
 
mapChildFamilies :: Traversable a b -> Traversable b b -> (b -> b) -> a -> a
mapChildFamilies tra trb = mapChildren tra . mapFamily 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. The value and its children can have different types.
Proceeds bottom-up.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 mapChildFamilies
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 (a -> ([b], [b] -> a)) -> (b -> ([b], [b] -> b)) -> (b -> 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