invoke

suspend operator fun <E, A> invoke(f: suspend EffectScope<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)