Last active
October 11, 2018 12:37
-
-
Save tjweir/e40e12f51afc0cb175f153ebfac6f9f9 to your computer and use it in GitHub Desktop.
Revisions
-
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 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 @@ -15,6 +15,7 @@ ## Typeclasses - [https://mmhaskell.com/blog/2018/1/1/general-functions-with-typeclasses](https://mmhaskell.com/blog/2018/1/1/general-functions-with-typeclasses) - [https://en.wikibooks.org/wiki/Haskell/Advanced_type_classes](https://en.wikibooks.org/wiki/Haskell/Advanced_type_classes) - [Type Families with Class, Type Classes with Family - Serrano, Hage, Bahr](http://bahr.io/pubs/files/serrano15haskell-paper.pdf) # Papers - I typed all these examples in. :) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 3 additions and 0 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 @@ -12,6 +12,9 @@ - [Usage of Eventful](https://medium.com/@concertdaw/eventful-email-signup-f0814fc7d7fa) - [The repo has a tutorial and great examples](https://github.com/jdreaver/eventful) ## Typeclasses - [https://mmhaskell.com/blog/2018/1/1/general-functions-with-typeclasses](https://mmhaskell.com/blog/2018/1/1/general-functions-with-typeclasses) - [https://en.wikibooks.org/wiki/Haskell/Advanced_type_classes](https://en.wikibooks.org/wiki/Haskell/Advanced_type_classes) # Papers - I typed all these examples in. :) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 5 additions and 0 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 @@ -8,6 +8,11 @@ - [Servant and Middleware](https://mmhaskell.com/blog/2018/10/8/stuck-in-the-middle-adding-middleware-to-a-servant-server) - [Servant and Servant-Auth](https://github.com/haskell-servant/servant-auth#readme) ## Eventful - [Usage of Eventful](https://medium.com/@concertdaw/eventful-email-signup-f0814fc7d7fa) - [The repo has a tutorial and great examples](https://github.com/jdreaver/eventful) # Papers - I typed all these examples in. :) [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 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 @@ -15,6 +15,7 @@ # Videos - [@acid2](https://twitter.com/acid2) - [Zero to Quake 3](https://www.youtube.com/playlist?list=PL4LfyUoOOL7RABGQbmjLDCK00YL8t0HDG) - [Servant Intro - talks about Type Level DSLs - great intro](https://www.youtube.com/watch?v=gMDiKOuwLXw) # Resource Collections - [sassela/haskell-learning](https://github.com/sassela/haskell-learning) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition 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 @@ -9,8 +9,7 @@ - [Servant and Servant-Auth](https://github.com/haskell-servant/servant-auth#readme) # Papers - I typed all these examples in. :) [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) # Videos -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 7 additions and 11 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,15 +1,6 @@ # Articles - Filled with little tips regarding development [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) - I use this all the time for Aeson/JSON. [Artyom Kazak - Aeson Tutorial](https://artyom.me/aeson) @@ -24,4 +15,9 @@ I typed all these examples in. :) # Videos - [@acid2](https://twitter.com/acid2) - [Zero to Quake 3](https://www.youtube.com/playlist?list=PL4LfyUoOOL7RABGQbmjLDCK00YL8t0HDG) # Resource Collections - [sassela/haskell-learning](https://github.com/sassela/haskell-learning) - [cohomolo-gy/haskell-resources](https://github.com/cohomolo-gy/haskell-resources/blob/master/README.md) - [soupi/haskell-study-plan](https://github.com/soupi/haskell-study-plan) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 5 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 @@ -19,6 +19,9 @@ # Papers I typed all these examples in. :) [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) # Videos - [@acid2](https://twitter.com/acid2) - [Zero to Quake 3](https://www.youtube.com/playlist?list=PL4LfyUoOOL7RABGQbmjLDCK00YL8t0HDG) -
tjweir revised this gist
Oct 11, 2018 . 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 @@ -9,7 +9,7 @@ # Articles - Filled with little tips regarding developing [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) - I use this all the time for Aeson/JSON. [Artyom Kazak - Aeson Tutorial](https://artyom.me/aeson) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 4 additions and 6 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 @@ -9,15 +9,13 @@ # Articles - [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) - I use this all the time for Aeson/JSON. [Artyom Kazak - Aeson Tutorial](https://artyom.me/aeson) ## Servant - [Servant and Middleware](https://mmhaskell.com/blog/2018/10/8/stuck-in-the-middle-adding-middleware-to-a-servant-server) - [Servant and Servant-Auth](https://github.com/haskell-servant/servant-auth#readme) # Papers -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 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 @@ -16,6 +16,7 @@ I use this all the time for Aeson/JSON. ## Servant [Servant and Middleware](https://mmhaskell.com/blog/2018/10/8/stuck-in-the-middle-adding-middleware-to-a-servant-server) [Servant and Servant-Auth](https://github.com/haskell-servant/servant-auth#readme) # Papers -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 2 additions and 0 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 @@ -16,8 +16,10 @@ I use this all the time for Aeson/JSON. ## Servant [Servant and Middleware](https://mmhaskell.com/blog/2018/10/8/stuck-in-the-middle-adding-middleware-to-a-servant-server) [Servant and Servant-Auth](https://github.com/haskell-servant/servant-auth#readme) # Papers I typed all these examples in. :) [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 4 additions and 0 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 @@ -11,8 +11,12 @@ [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) I use this all the time for Aeson/JSON. [Artyom Kazak - Aeson Tutorial](https://artyom.me/aeson) ## Servant [Servant and Middleware](https://mmhaskell.com/blog/2018/10/8/stuck-in-the-middle-adding-middleware-to-a-servant-server) # Papers I typed all these examples in. :) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 2 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 @@ -11,8 +11,9 @@ [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) [Artyom Kazak - Aeson Tutorial](https://artyom.me/aeson) # Papers I typed all these examples in. :) [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 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 @@ -14,4 +14,5 @@ # Papers I typed all these examples in. [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 6 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 @@ -9,4 +9,9 @@ # Articles [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) # Papers [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) -
tjweir revised this gist
Oct 11, 2018 . 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 @@ -7,6 +7,6 @@ [soupi/haskell-study-plan](https://github.com/soupi/haskell-study-plan) # Articles [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 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 @@ -6,6 +6,7 @@ [soupi/haskell-study-plan](https://github.com/soupi/haskell-study-plan) # Articles [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) -
tjweir revised this gist
Oct 11, 2018 . 1 changed file with 6 additions and 0 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,11 @@ # Resource Collections [sassela/haskell-learning](https://github.com/sassela/haskell-learning) [cohomolo-gy/haskell-resources](https://github.com/cohomolo-gy/haskell-resources/blob/master/README.md) [soupi/haskell-study-plan](https://github.com/soupi/haskell-study-plan) # Articles [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html) -
tjweir created this gist
Oct 11, 2018 .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,5 @@ [cohomolo-gy/haskell-resources](https://github.com/cohomolo-gy/haskell-resources/blob/master/README.md) [soupi/haskell-study-plan](https://github.com/soupi/haskell-study-plan) [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)