We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509600 commit e491f8cCopy full SHA for e491f8c
modules/stormkit/Core/Functional/ErrorHandling.mpp
@@ -16,7 +16,7 @@ import :Meta.Traits;
16
import :Console;
17
import :Utils.Stacktrace;
18
19
-export namespace stormkit::core {
+export namespace stormkit::core::monadic {
20
template<typename T>
21
[[nodiscard]] constexpr auto ensuresWithMessage(std::string&& message,
22
std::source_location location
@@ -53,7 +53,7 @@ export namespace stormkit::core {
53
/// IMPLEMENTATION ///
54
////////////////////////////////////////////////////////////////////
55
56
-namespace stormkit::core {
+namespace stormkit::core::monadic {
57
////////////////////////////////////////
58
59
0 commit comments