Skip to content

Commit

Permalink
46
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Feb 4, 2019
1 parent 1d4223c commit f1d412e
Show file tree
Hide file tree
Showing 27 changed files with 1,406 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0044-the-many-faces-of-flatmap-pt3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [The Many Faces of Flat-Map: Part 2](https://www.pointfree.co/episodes/ep43-the-many-faces-of-flat-map-part-2)
> #### This directory contains code from Point-Free Episode: [The Many Faces of Flat-Map: Part 3](https://www.pointfree.co/episodes/ep44-the-many-faces-of-flat-map-part-3)
>
> We are now ready to answer the all-important question: what's the point? We will describe 3 important ideas that are now more accessible due to our deep study of `map`, `zip` and `flatMap`. We will start by showing that this trio of operations forms a kind of functional, domain-specific language for data transformations.
Expand All @@ -9,6 +9,6 @@
* Clone repo
* `cd` into this directory
* Run `swift package generate-xcodeproj`
* Open `ManyFacesOfFlatMapPt.xcworkspace`
* Open `ManyFacesOfFlatMap.xcworkspace`
* Build the package for _macOS_
* Open the playground
4 changes: 4 additions & 0 deletions 0045-the-many-faces-of-flatmap-pt4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
Loading

0 comments on commit f1d412e

Please sign in to comment.