This directory contains code from Point-Free Episode: The Many Faces of Flat-Map: Part 4
Continuing our 3-part answer to the all-important question "what's the point?", we show that the definitions of
map,zipandflatMapare precise and concisely describe their purpose. Knowing this we can strengthen our APIs by not smudging their definitions when convenient.
- Clone repo
cdinto this directory- Run
swift package generate-xcodeproj - Open
ManyFacesOfFlatMap.xcworkspace - Build the package for macOS
- Open the playground