eager

inline fun <A> eager(crossinline f: suspend OptionEagerEffectScope.() -> A): Option<A>

Deprecated

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

Replace with

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