• Executes the state computation and returns the final state.

    Type Parameters

    • S

    • A

    Parameters

    • s: State<S, A>

      The computation to evaluate.

    Returns ((state) => S)

    The execution of the computation.

      • (state): S
      • Parameters

        • state: S

        Returns S

Generated using TypeDoc