CurryInfo: traversal-3.0.0 / Data.Traversal.fold

definition: Info
 
fold :: Traversable a a -> (a -> [r] -> r) -> a -> r
fold tr f = foldChildren tr tr f f
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Implements a traversal similar to a fold with possible default cases.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {foldChildren}}
name: Info
 fold
precedence: Info
 no precedence defined
result-values: Info
 {foldChildren}
signature: Info
 (a -> ([a], [a] -> a)) -> (a -> [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