invoke

inline suspend operator fun <E, A> invoke(crossinline f: suspend EffectScope<E>.() -> A): Either<E, A>