Spaces:
Running
Running
métaboulie
commited on
Update README.md
Browse files
functional_programming/README.md
CHANGED
@@ -56,8 +56,8 @@ structure.
|
|
56 |
|
57 |
| Notebook | Title | Key Concepts | Prerequisites |
|
58 |
|----------|-------|--------------|---------------|
|
59 |
-
| [05. Functors](https://github.com/marimo-team/learn/blob/main/functional_programming/05_functors.py) | Category Theory and Functors | Category Theory,
|
60 |
-
| [06. Applicatives](https://github.com/marimo-team/learn/blob/main/functional_programming/06_applicatives.py) | Applicative programming with effects | Applicative
|
61 |
|
62 |
**Authors.**
|
63 |
|
|
|
56 |
|
57 |
| Notebook | Title | Key Concepts | Prerequisites |
|
58 |
|----------|-------|--------------|---------------|
|
59 |
+
| [05. Functors](https://github.com/marimo-team/learn/blob/main/functional_programming/05_functors.py) | Category Theory and Functors | Category Theory, Functor, fmap, Bifunctor | Basic Python, Functions |
|
60 |
+
| [06. Applicatives](https://github.com/marimo-team/learn/blob/main/functional_programming/06_applicatives.py) | Applicative programming with effects | Applicative Functor, pure, apply, Effectful programming, Alternative | Functors |
|
61 |
|
62 |
**Authors.**
|
63 |
|