CurryInfo: traversal-3.0.0 / Data.Traversal.family

definition: Info
 
family :: Traversable a a -> a -> [a]
family tr x = familyFL tr x []
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Computes a list of the given value, its children, those children, etc.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:}}
name: Info
 family
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 (a -> ([a], [a] -> a)) -> a -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms