get method

StateT<F, S, S> get()

Implementation

StateT<F, S, S> get() => new StateT(_FM, (S s) => _FM.pure(new Tuple2(s, s)));