CurryInfo: traversal-3.0.0 / Data.Traversal.replaceChildren

definition:
replaceChildren :: Traversable a b -> a -> [b] -> a
replaceChildren tr = snd . tr
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Replaces the children of a value.
--- 
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
replaceChildren
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> ([b], [b] -> a)) -> a -> [b] -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms