• Applies the function to transform the continuation passed to the computation.

    Type Parameters

    • M

    • A

    • B

    • R

    Parameters

    • callback: ((fn) => ((a) => Get1<M, R>))

      The function to be applied.

        • (fn): ((a) => Get1<M, R>)
        • Parameters

          • fn: ((b) => Get1<M, R>)
              • (b): Get1<M, R>
              • Parameters

                • b: B

                Returns Get1<M, R>

          Returns ((a) => Get1<M, R>)

            • (a): Get1<M, R>
            • Parameters

              • a: A

              Returns Get1<M, R>

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

    The transformed ContT.

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

        Returns ContT<R, M, B>

Generated using TypeDoc