• Applies the function to transform the result of a continuation passing computation. This has more stronger typing because ContT does not require that M has the instance of Monad.

    Type Parameters

    • M

    • R

    Parameters

    • mapper: ((mr) => Get1<M, R>)

      The function to be lifted.

    Returns (<A>(contT) => ContT<R, M, A>)

    The lifted function between ContT.

      • <A>(contT): ContT<R, M, A>
      • Type Parameters

        • A

        Parameters

        Returns ContT<R, M, A>

Generated using TypeDoc