eager

inline fun <E, A> eager(crossinline f: suspend EagerEffectScope<E>.() -> A): Either<E, A>