invoke

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

Deprecated

Deprecated in favor of the Effect Runtime

Replace with

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