From 27b991ea23f71093b274b3ff1692c47274eb4d1d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 26 Jan 2015 19:19:45 +0100 Subject: Redefined `Length` in terms of `Apply` and `Fold` * this function illustrates the use case `Apply` is currently intended for * moved `Take` and `Nth` into separate files to resolve header resolution conflicts --- test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test.cc') diff --git a/test.cc b/test.cc index 0c16126..33d0248 100644 --- a/test.cc +++ b/test.cc @@ -7,7 +7,6 @@ #include "list/list.h" #include "list/operation/reverse.h" #include "list/operation/contains.h" -#include "list/operation/higher/fold.h" #include "list/operation/higher/misc.h" #include "list/operation/higher/query.h" #include "list/generator/iota.h" -- cgit v1.2.3