invoke
inline suspend operator fun <E, A> invoke(semigroup: Semigroup<E>, crossinline f: suspend IorEffectScope<E>.() -> A): Ior<E, A>
Deprecated
The ior DSL has been moved to arrow.core.raise.ior. Replace import arrow.core.computations.ior with arrow.core.raise.ior
Replace with
import arrow.core.raise.ior
Content copied to clipboard
ior(semigroup, f)Content copied to clipboard