#ifndef NEITHER_NEITHER_HPP #define NEITHER_NEITHER_HPP #include "either.hpp" #include "lift.hpp" #include "maybe.hpp" #include "traits.hpp" #include "try.hpp" #endif