Defined functor.

This commit is contained in:
Hemanth.HM 2015-02-28 12:18:49 +05:30
parent 16d6aeaacf
commit aeb50cd03e

View file

@ -27,7 +27,7 @@ console.log(arity);
---
## Currying
## Currying
---
@ -56,10 +56,10 @@ console.log(arity);
- - -
## Functor
> Structure that can be mapped over.
- - -
## Morphism
---