StateT<F, S, A> constructor

StateT<F, S, A>(
  1. Monad<F> _FM,
  2. Function1<S, F> _run
)

Implementation

StateT(this._FM, this._run);