mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-11 13:06:42 +00:00
many more 🐱
^
This commit is contained in:
parent
afb6bd9fc2
commit
6dcd10516a
1 changed files with 12 additions and 0 deletions
12
readme.md
12
readme.md
|
|
@ -242,3 +242,15 @@ let Identity = v => ({ bind: transform => transform(v) })
|
||||||
## Chain
|
## Chain
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Foldable
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Traversable
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Comonad
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue