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