#ifndef TYPEASVALUE_SRC_LIST_OPERATION_BASIC_H_ #define TYPEASVALUE_SRC_LIST_OPERATION_BASIC_H_ #include "higher/fold.h" #include "operation/math.h" namespace tav { template class Length { private: template using accumulate = Add, Accumulated>; public: typedef Eval, Cons >> type; }; } #endif // TYPEASVALUE_SRC_LIST_OPERATION_BASIC_H_