Skip to content

Commit

Permalink
feat(ch06): add functors theory
Browse files Browse the repository at this point in the history
  • Loading branch information
poulzinho committed Dec 29, 2019
1 parent b6af99d commit 82827d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ch-06_what-is-fp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ f(g(x))
- Async flow control (callback, promises, monads)
- Multi-types utils
- Partial apps, currying, function compositions

### Functors, List, and Streams
- Functor Data structure is a mappable container
- It has an interface to apply a function to the values inside the function

0 comments on commit 82827d2

Please sign in to comment.