eager

inline fun <A> eager(crossinline func: suspend RestrictedEvalEffect<A>.() -> A): Eval<A>

Deprecated

Deprecated in favor of the EagerEffect Runtime

Replace with

import arrow.core.continuations.eagerEffect
eagerEffect(func)