execute<S> function
Run a computation in the State
monad, discarding the result
Implementation
S Function<A>(State<S, A> s) execute<S>(S s) => <A>(fa) => fa(s).second;
Run a computation in the State
monad, discarding the result
S Function<A>(State<S, A> s) execute<S>(S s) => <A>(fa) => fa(s).second;