métaboulie commited on
Commit
1cf7b32
·
unverified ·
1 Parent(s): c1db345

Update README.md

Browse files
Files changed (1) hide show
  1. functional_programming/README.md +2 -2
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, Functors, fmap | Basic Python, Functions |
60
- | [06. Applicatives](https://github.com/marimo-team/learn/blob/main/functional_programming/06_applicatives.py) | Applicative programming with effects | Applicative Functors, pure, apply, Effectful programming, Alternatives | Functors |
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