CurryInfo: traversal-3.0.0 / Data.Traversal.mapChildFamilies

definition:
mapChildFamilies :: Traversable a b -> Traversable b b -> (b -> b) -> a -> a
mapChildFamilies tra trb = mapChildren tra . mapFamily trb
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- 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:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
mapChildFamilies
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> ([b], [b] -> a)) -> (b -> ([b], [b] -> b)) -> (b -> b) -> a -> a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms