Proposal for Adding a `safe` Option to `Effect.runPromise` and `Effect.runSync`
Hi here!
Would it make sense to add a
Something like this
Would it make sense to add a
safe option to Effect.runPromise (and to Effect.runSync too) to force the Effect that is being run to have a never error type?Something like this
