arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / mapLeft
fun <C> mapLeft(f: (A) -> C): Decision<C, B>
Do you like Arrow?