invoke

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

Deprecated

Deprecated in favor of the Effect Runtime

Replace with

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