Point-Free Episode #13
Why does the
map
function appear in every programming language supporting “functional” concepts? And why does Swift have twomap
functions? We will answer these questions and show that map has many univeral properties, and is in some sense unique.
This directory contains code from Point-Free Episode #13: The Many Faces of Map