//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/zipRight
common infix fun <A : Input, B> zipRight(other: Schedule<A, B>): Schedule<A, B>
Combines two schedules with and but throws away the left schedule’s result.
Do you like Arrow?