eager

inline fun <A> eager(crossinline func: suspend RestrictedNullableEffect<A>.() -> A?): A?

Deprecated

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

Replace with

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