Using Multiple Services in a Pipe with Effect Library
I understand how to use multiple services as once with
As a side note the docs for this have a pipe example for a single service but all the rest of the examples only show
Effect.gen, and how to use a single service in pipe, but how should I use multiple services in a pipe? I don't think I'm fp-brained enough yet to understand it intuitively As a side note the docs for this have a pipe example for a single service but all the rest of the examples only show
Effect.gen. So far I've been avoiding it because I don't like the syntax as much, but is it inevitably necessary with Effect after a certain amount of complexity?