aboutsummaryrefslogtreecommitdiff
path: root/src/list/generator
AgeCommit message (Expand)Author
2015-02-17Expressed `Take` and `Drop` in terms of new `Section` operationAdrian Kummerlaender
2015-02-16Unified `Iota` and `MakeList` using nested structure generatorAdrian Kummerlaender
2015-02-15Moved class-based implementations into `detail` namespaceAdrian Kummerlaender
2015-02-14Introduced `Eval` function evaluation helperAdrian Kummerlaender
2015-02-06Revamped to use `Cons` as a function and `Pair` as its resultAdrian Kummerlaender
2015-01-30Separated `Map` and `Filter`Adrian Kummerlaender
2015-01-24Added `MakeList` list generatorAdrian Kummerlaender
2015-01-23Implemented `ListTabulate` in terms of `Iota` and `Map`Adrian Kummerlaender