invoke

inline suspend operator fun <A> invoke(crossinline f: suspend NullableEffectScope.() -> 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)