eager

inline fun <A> eager(crossinline f: suspend ResultEagerEffectScope.() -> A): Result<A>

Deprecated

The result DSL has been moved to arrow.core.raise.result. Replace import arrow.core.computations.* with arrow.core.raise.*

Replace with

import arrow.core.raise.result
result(f)