@mikuroxina/mini-fn
    Preparing search index...

    Function mapContT

    • 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>) => Get1<M, R>

        The function to be lifted.

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

      The lifted function between ContT.