CurryInfo: traversal-3.0.0 / Data.Traversal.children

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