mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
More jargon to be defined.
TBD.
This commit is contained in:
parent
ec3517ca6b
commit
16d6aeaacf
1 changed files with 17 additions and 0 deletions
17
readme.md
17
readme.md
|
|
@ -17,7 +17,19 @@ console.log(arity);
|
|||
// => 2
|
||||
// The arity of sum is 2
|
||||
```
|
||||
---
|
||||
|
||||
## Applicative Functor
|
||||
|
||||
---
|
||||
|
||||
## Partial Application
|
||||
|
||||
---
|
||||
|
||||
## Currying
|
||||
|
||||
---
|
||||
|
||||
## Purity
|
||||
|
||||
|
|
@ -46,3 +58,8 @@ console.log(arity);
|
|||
## Functor
|
||||
|
||||
- - -
|
||||
|
||||
## Morphism
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue