You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the rather ugly .to_monad.extend(ResultExt) to transform Dry.rb's Dry::Types::Result to a Dry::Monad::Result to a Mirren::Result. This could be handled in one step cleanly using a custom extension to Dry::Types instead