evaluate<A> method

A evaluate<A>(
  1. State<S, A> state
)

Run the computation and returns the result only.

Implementation

A evaluate<A>(State<S, A> state) => run(state).first;