• Maps the continuation with mapper.

    Type Parameters

    • A

    • B

    Parameters

    • mapper: ((a) => B)

      The function to be mapped.

        • (a): B
        • Parameters

          • a: A

          Returns B

    Returns (<R, M>(cont) => ContT<R, M, B>)

    The mapped function for ContT.

      • <R, M>(cont): ContT<R, M, B>
      • Type Parameters

        • R

        • M

        Parameters

        Returns ContT<R, M, B>

Generated using TypeDoc