mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-10 20:46:51 +00:00
Defined functor.
This commit is contained in:
parent
16d6aeaacf
commit
aeb50cd03e
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ console.log(arity);
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Currying
|
## Currying
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -56,10 +56,10 @@ console.log(arity);
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
## Functor
|
## Functor
|
||||||
|
> Structure that can be mapped over.
|
||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
## Morphism
|
## Morphism
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue