More jargon to be defined.

TBD.
This commit is contained in:
hemanth.hm 2015-02-24 21:04:00 +05:30
parent ec3517ca6b
commit 16d6aeaacf

View file

@ -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
---