eager

inline fun <A> eager(crossinline func: suspend RestrictedOptionEffect<A>.() -> A): Option<A>

Deprecated

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

Replace with

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