Type alias State<S, A>

State<S, A>: StateT<S, IdentityHkt, A>

The state monad, the computation allows you to carry and modify the state S of it and returns the result A.

Type Parameters

  • S

  • A

Generated using TypeDoc