Catamorphism

From Rosetta Code
Revision as of 13:09, 18 September 2012 by rosettacode>Kzh (init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Catamorphism is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

Reduce is a function or method that is used to take the values in an array or a list and reduce them to one value depending on a specified function.