• Evaluates the state computation and returns the final result.

    Type Parameters

    • S

    • A

    Parameters

    • s: State<S, A>

      The computation to evaluate.

    Returns ((state) => A)

    The evaluation of the computation.

      • (state): A
      • Parameters

        • state: S

        Returns A

Generated using TypeDoc