Merging HttpClient Dependency to Outer Effect
When generating modified HttpClients I ended up with this signature
Effect.Effect<HttpClient.HttpClient.With<HttpClientError | ParseError, HttpClient.HttpClient>, never, HttpClient.HttpClient> is there a way to merge the HttpClient dependency to the outer Effect?