Skip to content

Latest commit

 

History

History

0010-a-tale-of-two-flat-maps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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