eager

inline fun <E, A> eager(semigroup: Semigroup<E>, crossinline f: suspend IorEagerEffectScope<E>.() -> A): Ior<E, A>(source)