eis/mix_cc/fp/fplus_define.h

18 lines
243 B
C++

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