From 2e58bae3b46dc292736bbdbba6d4ee56b1ee51ed Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 22 Jan 2015 18:16:45 +0100 Subject: Renamed `Concatenate` to `Append` to match Scheme function naming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c572704..bf6f4a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ const std::size_t count = tav::Length< * conditionals * `Cons` structure * `List` function as helper for `Cons` construction -* basic list operators such as `Nth`, `Length`, `Take` and `Concatenate` +* basic list operators such as `Nth`, `Length`, `Take` and `Append` * 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` -- cgit v1.2.3