aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/find.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-21 17:27:52 +0100
committerAdrian Kummerlaender2015-02-21 17:27:52 +0100
commitc15edae4532f53e7e5bac9dae125c360d93f848d (patch)
tree58a3ded412834ba730aea9ebe6874e4ee4920975 /src/list/operation/higher/find.h
parenteffddfdd69cf9e5ec700aeda2980c0210575e320 (diff)
downloadTypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar.gz
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar.bz2
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar.lz
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar.xz
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.tar.zst
TypeAsValue-c15edae4532f53e7e5bac9dae125c360d93f848d.zip
Separated Turing machine implementation into components
* i.e. separate namespaces and headers for _Tape_ and _State_ functions * `void` is now used as the `BLANK` field value
Diffstat (limited to 'src/list/operation/higher/find.h')
-rw-r--r--src/list/operation/higher/find.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/list/operation/higher/find.h b/src/list/operation/higher/find.h
index aeb0c2a..e7ee9f2 100644
--- a/src/list/operation/higher/find.h
+++ b/src/list/operation/higher/find.h
@@ -1,10 +1,10 @@
#ifndef TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_FIND_H_
#define TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_FIND_H_
+#include "list/list.h"
+#include "list_index.h"
#include "utility/predicate.h"
#include "function/apply.h"
-#include "list/operation/nth.h"
-#include "list_index.h"
namespace tav {