mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +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
|
||||
|
||||
---
|
||||
|
||||
## Foldable
|
||||
|
||||
---
|
||||
|
||||
## Traversable
|
||||
|
||||
---
|
||||
|
||||
## Comonad
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue