Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 457 Bytes

File metadata and controls

5 lines (4 loc) · 457 Bytes

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.