This directory contains code from Point-Free Episode: Dependency Injection Made Composable
While we love the "environment" approach to dependency injection, which we introduced many episodes ago, it doesn't feel quite right in the composable architecture and introduces a few problems in how we manage dependencies. Today we'll make a small tweak to the architecture in order to solve them!