arrow-core-data / arrow.core.computations / either / eager
inline fun <E, A> eager(crossinline c: suspend RestrictedEitherEffect<E, *>.() -> A): Either<E, A>
inline fun <E, A> eager(crossinline c: suspend
RestrictedEitherEffect
<E, *>.() -> A):
Either
<E, A>
Do you like Arrow?