Skip to content

Latest commit

 

History

History

0046-the-many-faces-of-flatmap-pt5

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 and flatMap we can now ask and concisely answer very complex questions about the nature of these operations.

Getting Started

  • Clone repo
  • cd into this directory
  • Run swift package generate-xcodeproj
  • Open ManyFacesOfFlatMap.xcworkspace
  • Build the package for macOS
  • Open the playground