Skip to content

Commit e491f8c

Browse files
committed
[Core] Put ErrorHandling monades into monadic namespace
1 parent d509600 commit e491f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/stormkit/Core/Functional/ErrorHandling.mpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import :Meta.Traits;
1616
import :Console;
1717
import :Utils.Stacktrace;
1818

19-
export namespace stormkit::core {
19+
export namespace stormkit::core::monadic {
2020
template<typename T>
2121
[[nodiscard]] constexpr auto ensuresWithMessage(std::string&& message,
2222
std::source_location location
@@ -53,7 +53,7 @@ export namespace stormkit::core {
5353
/// IMPLEMENTATION ///
5454
////////////////////////////////////////////////////////////////////
5555

56-
namespace stormkit::core {
56+
namespace stormkit::core::monadic {
5757
////////////////////////////////////////
5858
////////////////////////////////////////
5959
template<typename T>

0 commit comments

Comments
 (0)