eager

inline fun <A> eager(crossinline f: suspend NullableEagerEffectScope.() -> A): A?

Deprecated

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

Replace with

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