18 lines
237 B
C
18 lines
237 B
C
|
|
#pragma once
|
||
|
|
#include <fplus/fplus.hpp>
|
||
|
|
|
||
|
|
namespace DCR {
|
||
|
|
namespace fp
|
||
|
|
{
|
||
|
|
using namespace fplus;
|
||
|
|
}
|
||
|
|
|
||
|
|
namespace fwd
|
||
|
|
{
|
||
|
|
using namespace fp::fwd;
|
||
|
|
}
|
||
|
|
|
||
|
|
using fp::maybe;
|
||
|
|
using fp::result;
|
||
|
|
|
||
|
|
} // namespace DCR
|