This directory contains code from Point-Free Episode: Composing Architecture with Case Paths
Let's explore a real world application of "case paths," which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing approach.