invoke

inline suspend operator fun <E, A> invoke(crossinline c: suspend EitherEffect<E, *>.() -> A): Either<E, A>

Deprecated

Deprecated in favor of the Effect Runtime

Replace with

import arrow.core.continuations.either
either(c)