aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/fold.h
AgeCommit message (Collapse)Author
2015-01-18Implemented higher order function `fold`Adrian Kummerlaender
* applies a given _function_ to each _Cons_ starting with a initial value * added appropriate test case