Skip to content

Instantly share code, notes, and snippets.

@tjweir
Last active October 11, 2018 12:37
Show Gist options
  • Select an option

  • Save tjweir/e40e12f51afc0cb175f153ebfac6f9f9 to your computer and use it in GitHub Desktop.

Select an option

Save tjweir/e40e12f51afc0cb175f153ebfac6f9f9 to your computer and use it in GitHub Desktop.

Revisions

  1. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions listing.md
    Original 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. :)
  2. tjweir revised this gist Oct 11, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions listing.md
    Original 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. :)
  3. tjweir revised this gist Oct 11, 2018. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions listing.md
    Original 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)
  4. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions listing.md
    Original 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)
  5. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions listing.md
    Original 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. :)
    - I typed all these examples in. :)
    [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf)

    # Videos
  6. tjweir revised this gist Oct 11, 2018. 1 changed file with 7 additions and 11 deletions.
    18 changes: 7 additions & 11 deletions listing.md
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,6 @@
    # 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

    - Filled with little tips regarding developing [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
    - 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)
    - [@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)
  7. tjweir revised this gist Oct 11, 2018. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions listing.md
    Original 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)
    [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)
  8. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion listing.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@

    # Articles

    - [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
    - 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)

  9. tjweir revised this gist Oct 11, 2018. 1 changed file with 4 additions and 6 deletions.
    10 changes: 4 additions & 6 deletions listing.md
    Original 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.
    - [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)
    - [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

  10. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions listing.md
    Original 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
  11. tjweir revised this gist Oct 11, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions listing.md
    Original 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)
  12. tjweir revised this gist Oct 11, 2018. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions listing.md
    Original 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. :)
  13. tjweir revised this gist Oct 11, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion listing.md
    Original 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.
    I typed all these examples in. :)
    [Monads for functional programming - P. Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf)
  14. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions listing.md
    Original 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)
  15. tjweir revised this gist Oct 11, 2018. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion listing.md
    Original 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)
    [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)
  16. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion listing.md
    Original 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
    # Articles

    [Gabriel Gonzalez - Detailed Walkthrough](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
  17. tjweir revised this gist Oct 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions listing.md
    Original 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)
  18. tjweir revised this gist Oct 11, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions listing.md
    Original 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)
  19. tjweir created this gist Oct 11, 2018.
    5 changes: 5 additions & 0 deletions listing.md
    Original 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)