mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-07 02:56:43 +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
|
||||
> Structure that can be mapped over.
|
||||
|
||||
- - -
|
||||
|
||||
## Morphism
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue