LanguageExt.Core
LanguageExt.Core ► Monads ► State and Environment Monads ► State ► StateT ► Extensions
Contents
class StateTExtensions Source #
State monad extensions
Methods
method StateT<S, M, A> As () Source #
method K<M, (A Value, S State)> Run (S state) Source #
Run the state monad
Parameters
Initial state
Bound monad