evaluate<A> method
Run the computation and returns the result only.
Implementation
A evaluate<A>(State<S, A> state) => run(state).first;
Run the computation and returns the result only.
A evaluate<A>(State<S, A> state) => run(state).first;