Proposal for a pipeFlat function to reduce boilerplate in working with Effect
Random(potentially bad!) idea that I have been pondering the last few days. It's extremely common when working with Effect (et al) to have a chain of calls to Effect.flatMap. How useful do you guys think a pipeFlat function would be that works the same as pipe but each function is wrapped with Effect.flatMap? So instead of