mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-11 21:16:43 +00:00
Rearranged.
This commit is contained in:
parent
cfe946aa8d
commit
adfadf7af0
1 changed files with 7 additions and 6 deletions
13
readme.md
13
readme.md
|
|
@ -19,10 +19,6 @@ console.log(arity);
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
## Applicative Functor
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Partial Application
|
## Partial Application
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -65,7 +61,7 @@ referential transparent.
|
||||||
|
|
||||||
## Monad
|
## Monad
|
||||||
|
|
||||||
- - -
|
---
|
||||||
|
|
||||||
## Functor
|
## Functor
|
||||||
> Structure that can be mapped over.
|
> Structure that can be mapped over.
|
||||||
|
|
@ -78,7 +74,12 @@ Simplest functor in javascript is an `Array`
|
||||||
}); // [4,6,8]
|
}); // [4,6,8]
|
||||||
```
|
```
|
||||||
|
|
||||||
- - -
|
---
|
||||||
|
|
||||||
|
## Applicative Functor
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
## Morphism
|
## Morphism
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue