invoke

inline suspend operator fun <A> invoke(crossinline func: suspend EvalEffect<*>.() -> A): Eval<A>

Deprecated

Deprecated in favor of the Effect Runtime

Replace with

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