#pragma once #include namespace mix_cc { namespace fp { using namespace fplus; } namespace fwd { using namespace fp::fwd; } using fp::maybe; using fp::result; } // namespace mix_cc