aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/map.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-01-30 19:31:30 +0100
committerAdrian Kummerlaender2015-01-30 19:31:30 +0100
commit6291f3ce10aa8ebffa895f21c4ccb91b7349c66a (patch)
treef2fc654693e7c28fe749a7e11a98c22e1c693837 /src/list/operation/higher/map.h
parente176dbe160eff01d172a11e7a191f756d4c87712 (diff)
downloadTypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar.gz
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar.bz2
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar.lz
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar.xz
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.tar.zst
TypeAsValue-6291f3ce10aa8ebffa895f21c4ccb91b7349c66a.zip
Implemented `Remove` and `Partition` higher order list functions
* `Remove` is a basic `Filter` alias that negates its predicate * `Partition` builds on both `Remove` and `Filter` to return both the elements satisfying a predicate and those which don't
Diffstat (limited to 'src/list/operation/higher/map.h')
-rw-r--r--src/list/operation/higher/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list/operation/higher/map.h b/src/list/operation/higher/map.h
index 1c577ca..a451b2a 100644
--- a/src/list/operation/higher/map.h
+++ b/src/list/operation/higher/map.h
@@ -2,7 +2,6 @@
#define TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_MAP_H_
#include "fold.h"
-#include "conditional/if.h"
namespace tav {