Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 451 Bytes

File metadata and controls

5 lines (4 loc) · 451 Bytes

This directory contains code from Point-Free Episode: Macro Case Paths: Part 2

We have now totally reimagined the design of our case paths library to create actual key paths for enum cases, but there is some boilerplate involved. Let’s create a macro that eliminates all of it and explore a few of the possibilities it unlocks.