• Lifts up an Ether over the monad M.

    Type Parameters

    • M

    Parameters

    • monad: Monad<M>

      The Monad instance for M.

    Returns (<const D, T>(ether) => EtherT<D, M, T>)

    The lifted Ether.

      • <const D, T>(ether): EtherT<D, M, T>
      • Type Parameters

        • const D extends Record<string, symbol>

        • T

        Parameters

        Returns EtherT<D, M, T>

Generated using TypeDoc