From 858a079c338ff2607994a3b97c87c57fbac7ec6e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 1 Feb 2015 13:03:31 +0100 Subject: Added some of the new features to the README file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bf6f4a8..2efea02 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,12 @@ const std::size_t count = tav::Length< * `Cons` structure * `List` function as helper for `Cons` construction * basic list operators such as `Nth`, `Length`, `Take` and `Append` +* list generators such as `Iota` and `MakeList` * higher order list operation `Fold` * higher order list operations such as `Map` and `Filter` expressed in terms of `Fold` -* higher order list queries such as `Any`, `All` and `None` +* higher order list queries such as `Find`, `Any`, `All` and `None` +* higher order list generators such as `ListTabulate` +* basic partial function application support using `Apply` * `static_assert` based test cases for all of the above ## Requirements -- cgit v1.2.3