//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/logOutput
common abstract fun logOutput(f: suspend (Output) -> Unit): Schedule<Input, Output>
Runs an effectful handler on every output. Does not alter the decision.
Do you like Arrow?