eager

inline fun <E, A> eager(crossinline c: suspend RestrictedEitherEffect<E, *>.() -> A): Either<E, A>

Deprecated

Deprecated in favor of the EagerEffect Runtime

Replace with

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