CurryInfo: traversal-3.0.0 / Data.Traversal.childFamilies

definition: Info
 
childFamilies :: Traversable a b -> Traversable b b -> a -> [b]
childFamilies tra trb x = childFamiliesFL tra trb x [] 
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Computes a list of family members of the children of a value.
The value and its children can have different types.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 childFamilies
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> ([b], [b] -> a)) -> (b -> ([b], [b] -> b)) -> a -> [b]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms