CurryInfo: traversal-3.0.0 / Data.Traversal.mapFamily

definition:
mapFamily :: Traversable a a -> (a -> a) -> a -> a
mapFamily tr f = f . mapChildFamilies tr tr f
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Applies the given function to each member of the family of a value.
--- Proceeds bottom-up.
---
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
mapFamily
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> ([a], [a] -> a)) -> (a -> a) -> a -> a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms