Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 503 Bytes

File metadata and controls

10 lines (7 loc) · 503 Bytes

Point-Free Episode #10

A Tale of Two Flat-Maps

The most recent version of Swift, 4.1, has deprecated and renamed a particular overload of flatMap. We want to take a moment to understand what made this flatMap different from all the others, and explore generalizations of the operation to other structures.

This directory contains code from Point-Free Episode #10: A Tale of Two Flat-Maps