Converting `Promise.all` with `.map` to `Effect.gen` and `Effect.all`

Is there an example of how to convert a Promise.all that consumes the result of a .map function to Effect.gen and Effect.all?
Was this page helpful?