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