• Runs the computation with a given final computation.

    Type Parameters

    • R

    • M

    • A

    Parameters

    • contT: ContT<R, M, A>

      The computation.

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

    The running result.

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

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

              • a: A

              Returns Get1<M, R>

        Returns Get1<M, R>

Generated using TypeDoc