Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 725 Bytes

File metadata and controls

7 lines (5 loc) · 725 Bytes

This directory contains code from Point-Free Episode: Derived Behavior: Optionals and Enums

We will explore two more domain transformations in the Composable Architecture. One comes with the library: the ability to embed a smaller domain, optionally, in a larger domain. Another we will build from scratch: the ability to embed smaller domains in the cases of an enum!

For the enum section of the episode, see this GitHub comparison.