Skip to content

Commit

Permalink
[Core] Put ErrorHandling monades into monadic namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 27, 2024
1 parent d509600 commit e491f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/stormkit/Core/Functional/ErrorHandling.mpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import :Meta.Traits;
import :Console;
import :Utils.Stacktrace;

export namespace stormkit::core {
export namespace stormkit::core::monadic {
template<typename T>
[[nodiscard]] constexpr auto ensuresWithMessage(std::string&& message,
std::source_location location
Expand Down Expand Up @@ -53,7 +53,7 @@ export namespace stormkit::core {
/// IMPLEMENTATION ///
////////////////////////////////////////////////////////////////////

namespace stormkit::core {
namespace stormkit::core::monadic {
////////////////////////////////////////
////////////////////////////////////////
template<typename T>
Expand Down

0 comments on commit e491f8c

Please sign in to comment.