aboutsummaryrefslogtreecommitdiff
path: root/src/list
AgeCommit message (Expand)Author
2015-01-18Implemented higher order function `fold`Adrian Kummerlaender
2015-01-17Replaced `If` based `Nth` implementation with partial specializationsAdrian Kummerlaender
2015-01-17Implemented `Take` functionAdrian Kummerlaender
2015-01-17Implemented `Nth` functionAdrian Kummerlaender
2015-01-17Extracted list operations into separate _operation_ headersAdrian Kummerlaender
2015-01-17Implemented `Length` functionAdrian Kummerlaender
2015-01-16Implemented recursive `Concatenate` _Cons_ constructorAdrian Kummerlaender
2015-01-16Implemented basic `Cons` value type and `List` constructorAdrian Kummerlaender