This directory contains code from Point-Free Episode: The Many Faces of Flat-Map: Part 5
Continuing our 3-part answer to the all-important question "what's the point?", we finally show that standing on the foundation of our understanding of
map
,zip
andflatMap
we can now ask and concisely answer very complex questions about the nature of these operations.
- Clone repo
cd
into this directory- Run
swift package generate-xcodeproj
- Open
ManyFacesOfFlatMap.xcworkspace
- Build the package for macOS
- Open the playground