Option<A> or an Either<E, A> into an Effect<R, E, A>? I would have expected to see something like Effect.fromOption or Effect.fromEither, but I don't. Am I missing some equivalent function, or is there some reason why that kind of conversion is not preferred?