Bug in "Managing Service Dependencies (Layers)" Documentation
I'm looking at the documentation ("Managing Service Dependencies (Layers)" chapter) and there is a bug there. The
RecipeLive.pipe call doesn't return Layer.Layer<never, never, Recipe>, it returns Layer<MeasuringCup | Sugar | Flour, never, MeasuringCup>. I checked all the other types and they were OK.
