arrow-fx / arrow.fx / Schedule / identity
fun <F, A> identity(M: Monad<F>): Schedule<F, A, A>
fun <F, A> identity(M: Monad<F>):
Schedule
<F, A, A>
Creates a schedule that continues without delay and just returns its input.
Do you like Arrow?