• Creates a computation that fetches the current state in the monad. You need to dive in the monad to use the value.

    Type Parameters

    • S

    Returns State<S, S>

    The computation which fetches the current state.

Generated using TypeDoc