Module: Dry::Monads::RightBiased Private

Defined in:
lib/dry/monads/right_biased.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

A common module for right-biased monads, such as Result/Either, Maybe, and Try.

Defined Under Namespace

Modules: Left, Right