optionEffect.pipe(
Effect.flatMap(Option.mapEffect(someValue => effectFrom(someValue))),
Effect.map(Option.map(someValue2 => /* etc */)),
);
optionEffect.pipe(
Effect.flatMap(Option.mapEffect(someValue => effectFrom(someValue))),
Effect.map(Option.map(someValue2 => /* etc */)),
);