bn:03480352n
Noun Concept
Categories: Iteration in programming, Higher-order functions, All articles needing additional references, Articles with example Scheme code, Recursion
EN
fold  accumulate  aggregate  fold function  foldl
EN
In functional programming, fold refers to a family of higher-order functions that analyze a recursive data structure and through use of a given combining operation, recombine the results of recursively processing its constituent parts, building up a return value. Wikipedia
English:
function
computer science
higher-order function
Definitions
Relations
Sources
EN
In functional programming, fold refers to a family of higher-order functions that analyze a recursive data structure and through use of a given combining operation, recombine the results of recursively processing its constituent parts, building up a return value. Wikipedia
A type of programming operation on data structures Wikipedia Disambiguation