From 741e4550312a9bf618602c1708745e0ceaf455ec Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Feb 2015 21:30:15 +0100 Subject: Renamed `Any` list query to `Every` * _TypeAsValue_ borrows large parts of its inspirations from _Scheme_ ** i.e. there is no reason for stopping at this point --- src/list/operation/higher/query.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/list/operation/higher/query.h b/src/list/operation/higher/query.h index c6c73f4..e93e145 100644 --- a/src/list/operation/higher/query.h +++ b/src/list/operation/higher/query.h @@ -22,7 +22,7 @@ template < template class Predicate, typename List > -using All = Fold< +using Every = Fold< And, Boolean, Map -- cgit v1.2.3