mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-12 13:36:40 +00:00
Rearranged.
This commit is contained in:
parent
cfe946aa8d
commit
adfadf7af0
1 changed files with 7 additions and 6 deletions
|
|
@ -19,10 +19,6 @@ console.log(arity);
|
|||
```
|
||||
---
|
||||
|
||||
## Applicative Functor
|
||||
|
||||
---
|
||||
|
||||
## Partial Application
|
||||
|
||||
---
|
||||
|
|
@ -80,6 +76,11 @@ Simplest functor in javascript is an `Array`
|
|||
|
||||
---
|
||||
|
||||
## Applicative Functor
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Morphism
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue