From 82827d22ef79a2b89b492723cbc6756dda7fb923 Mon Sep 17 00:00:00 2001 From: Paul Gualotuna Date: Sun, 29 Dec 2019 13:06:18 +0100 Subject: [PATCH] feat(ch06): add functors theory --- src/ch-06_what-is-fp/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ch-06_what-is-fp/README.md b/src/ch-06_what-is-fp/README.md index 0fe2220..feb5c7a 100644 --- a/src/ch-06_what-is-fp/README.md +++ b/src/ch-06_what-is-fp/README.md @@ -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