eagerEffect

inline fun <R, A> eagerEffect(noinline block: Raise<R>.() -> A): EagerEffect<R, A>