Skip to content

Latest commit

 

History

History

0149-derived-behavior-pt4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.