From adfadf7af0cba7f26134cf85959b56958b2828a7 Mon Sep 17 00:00:00 2001 From: "Hemanth.HM" Date: Sat, 28 Feb 2015 12:45:28 +0530 Subject: [PATCH] Rearranged. --- readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 56c1847..a258431 100644 --- a/readme.md +++ b/readme.md @@ -19,10 +19,6 @@ console.log(arity); ``` --- -## Applicative Functor - ---- - ## Partial Application --- @@ -65,7 +61,7 @@ referential transparent. ## Monad -- - - +--- ## Functor > Structure that can be mapped over. @@ -78,7 +74,12 @@ Simplest functor in javascript is an `Array` }); // [4,6,8] ``` -- - - +--- + +## Applicative Functor + +--- + ## Morphism