Interface StateT<S, M, A>

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

Type Parameters

  • S

  • M

  • A

Hierarchy

  • StateT

Generated using TypeDoc