Lukasz Kalnik
either {}
arrow.core.continuations.either
public suspend operator fun <E, A> invoke(f: suspend EffectScope<E>.() -> A): Either<E, A> = effect(f).toEither()
stojan
either.eager {}
A modern programming language that makes developers happier.