Replacing `Either.liftThrowable` with `Effect.try` and finding the new way to merge error and suc...
Following the API changes, there's no
Either.liftThrowable anymore. I replaced that with Effect.try. Then I need to merge the error and success values. Before it was an easy Either.merge, what's the new way of doing so? Cause by running an effect I have an Exit, not an Either.