Creating a Context.Tag with Different R Types for Implementations/Layers

How do I create a Context.Tag for a () => Effect.Effect<A, E, R> where two different implementations/layers have a different type of R?
Was this page helpful?