• Runs the computation with a given final computation.

    Type Parameters

    • R

    • A

    Parameters

    • cont: Cont<R, A>

      The computation.

    Returns ((fn) => R)

    The running result.

      • (fn): R
      • Parameters

        • fn: ((a) => R)
            • (a): R
            • Parameters

              • a: A

              Returns R

        Returns R

Generated using TypeDoc