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