Last active
July 19, 2017 13:26
-
-
Save dbrack/a7dc3dbd1e4ff8ed375f to your computer and use it in GitHub Desktop.
Revisions
-
dbrack revised this gist
Jul 19, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ `objects` that implement `map` are *functors*. So, `Array` is a *functor*, and `Array.filter` is a *higher order function* **abstract** -
dbrack revised this gist
Jul 19, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ `objects` that implement `map` are **functors**. So, `Array` is a *functor*, and `Array.filter` is a *higher order function* **abstract** -
dbrack revised this gist
May 17, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ a functor is an object which acts as a container for a value, which then allows you to **APPLY** one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. [See also here](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html) -
dbrack revised this gist
Oct 5, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*, and `Array.filter` is a *higher order function* **abstract** -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ a functor is an object which acts as a container for a value, which then allows you to **APPLY** one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. [See also here] (http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html) -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ a functor is an object which acts as a container for a value, which then allows you to **APPLY** one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. [See also] (http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html) -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,6 @@ **abstract** a functor is an object which acts as a container for a value, which then allows you to **APPLY** one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. See also [http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html] -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*. and `Array.filter` is a *higher order function* **abstract** a functor is an object which acts as a container for a value, which then allows you to **APPLY** one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*. and `Array.filter` is a *higher order function* **a little more abstract** a functor is an object which acts as a container for a value, which then allows you to *APPLY* one or more functions to that value, and returns a new functor (in case of `.map()`, an `Array`) containing the transformed value. -
dbrack revised this gist
Mar 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*. and `Array.filter` is a *higher order function* *a little more abstract* a functor is an object which acts as a container for a value, which then allows you to *APPLY* one or more functions to that value, and returns a new functor (in case of `.map()`, an Array) containing the transformed value. -
dbrack renamed this gist
Mar 13, 2016 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*. and `Array.filter` is a *higher order function* a little more abstract.. a functor is an object which acts as a container for a value, which then allows you to *APPLY* one or more functions to that value, and returns a new functor (in case of `.map()`, an Array) containing the transformed value. -
dbrack renamed this gist
Mar 13, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
dbrack created this gist
Mar 13, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ `objects` that implement `map` are functors. So, `Array` is a *functor*. and `Array.filter` is a *higher order function* a little more abstract.. a functor is an object which acts as a container for a value, which then allows you to *APPLY* one or more functions to that value, and returns a new functor (in case of `.map()`, an Array) containing the transformed value.