Defining and Using Alternate Service Implementations with Layer Maps in Effect Typescript

What is the correct way to define and use alternate service implementations with layer maps? For example, in this playground what's the best way to define a "mock" variant of the GreeterMap layermap service, that uses the "mock" implementation of the Greeter service rather than the default? https://effect.website/play/#6b1b21745045
Was this page helpful?