Exploring Complex Service Dependencies in Open Source Applications Using Effect
Are there any good relatively complex open source applications that use Effect that I can have a read through? I'm trying to understand how more complex service/layer dependencies might be managed. I understand I can merge/compose layers, but I'm not sure what the advantage is doing that over simply providing them all - plus it'd be good to see some 'real world' code using Effect anyway.
