arrow-core / arrow.core.extensions / arrow.core.Ior / fx
fun <L, R> Ior.Companion.fx(SL: Semigroup<L>, c: suspend MonadSyntax<IorPartialOf<L>>.() -> R): Ior<L, R>
Do you like Arrow?