• Runs the computation s with the initial state. It is equivalent to the identity function.

    Type Parameters

    • S

    • M

    • A

    Parameters

    • s: StateT<S, M, A>

      The computation to run.

    Returns ((state) => Get1<M, [A, S]>)

    The result of run.

      • (state): Get1<M, [A, S]>
      • Parameters

        • state: S

        Returns Get1<M, [A, S]>

Generated using TypeDoc