eager

inline fun <E, A> eager(noinline f: suspend EagerEffectScope<E>.() -> A): Either<E, A>

Deprecated

The either DSL has been moved to arrow.core.raise.either. Replace import arrow.core.computations.either with arrow.core.raise.either

Replace with

import arrow.core.raise.either
either(f)