State<S, A> constructor

State<S, A>(
  1. Function1<S, Tuple2<A, S>> _run
)

Implementation

State(this._run);