Effect.succeed(Option.none<MyType>()). This happens when I have an effect like this:Option.Option<MyEffectSuccess> | Option.Option<never> which isn't really usable. The goal being that I want to convert an effect to an option, but only in the case of a single expected error tag.