Mixing Context and Layers: A Working Snippet
Hello! If you — like me — were wondering if it was possible to mix-and-match
provideService, provideSomeContext, provideSomeLayer (w/ or w/o merged layers) in order satisfy an Effect's requirements, then you might find my working snippet useful! https://github.com/codella/effect-playground/blob/main/src/mixing-context-and-layers.ts#L86-L91