{"id":13517656,"url":"https://github.com/tweag/awesome-learning-haskell","last_synced_at":"2025-07-25T10:09:42.501Z","repository":{"id":37412043,"uuid":"501672126","full_name":"tweag/awesome-learning-haskell","owner":"tweag","description":"A collection of resources which were useful to Tweagers for learning Haskell and its various aspects","archived":false,"fork":false,"pushed_at":"2022-07-06T10:45:57.000Z","size":30,"stargazers_count":401,"open_issues_count":0,"forks_count":20,"subscribers_count":38,"default_branch":"main","last_synced_at":"2024-05-19T21:02:18.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tweag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-09T13:49:12.000Z","updated_at":"2024-05-11T19:57:52.000Z","dependencies_parsed_at":"2022-07-13T18:21:04.210Z","dependency_job_id":null,"html_url":"https://github.com/tweag/awesome-learning-haskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweag%2Fawesome-learning-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweag%2Fawesome-learning-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweag%2Fawesome-learning-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweag%2Fawesome-learning-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tweag","download_url":"https://codeload.github.com/tweag/awesome-learning-haskell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365641,"owners_count":20765546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:01:36.017Z","updated_at":"2025-03-31T08:31:50.494Z","avatar_url":"https://github.com/tweag.png","language":null,"funding_links":[],"categories":["Related","Technical","Others","Other Lists","Projects"],"sub_categories":["awesome-*","TeX Lists","More resources"],"readme":"# awesome-learning-haskell\n\nA collection of resources which were useful to Tweagers for learning Haskell and its various aspects\n\n- [General resources](#general-resources)\n  - [Books](#books)\n  - [Videos](#videos)\n- [Specific topics](#specific-topics)\n  - [Category theory](#category-theory)\n  - [Dependent types](#dependent-types)\n  - [Deriving](#deriving)\n  - [Design patterns](#design-patterns)\n  - [Extensions](#extensions)\n  - [Functional programming](#functional-programming)\n  - [Functors, applicatives and monads](#functors-applicatives-and-monads)\n  - [Generic programming](#generic-programming)\n  - [IO](#io)\n  - [Optics](#optics)\n  - [Parser combinators](#parser-combinators)\n  - [Performance](#performance)\n  - [Profunctors](#profunctors)\n  - [String types](#string-types)\n  - [Traps and pitfalls](#traps-and-pitfalls)\n\n## General resources\n\n### Books\n\n- [Algebra-Driven Design](https://leanpub.com/algebra-driven-design) by [Sandy Maguire](https://reasonablypolymorphic.com/)\n- [Haskell in Depth](https://www.manning.com/books/haskell-in-depth) by [Vitaly Bragilevsky](https://twitter.com/VBragilevsky)\n- [Haskell Programming from first principles](https://haskellbook.com/) by [Christopher Allen](https://twitter.com/bitemyapp) and [Julie Moronuki](https://twitter.com/argumatronic)\n- [Learn Haskell by building a blog generator](https://lhbg-book.link/) by [Gil Mizrahi](https://twitter.com/_gilmi)\n- [Programming in Haskell](https://www.cs.nott.ac.uk/~pszgmh/pih.html) by [Graham Hutton](https://twitter.com/haskellhutt)\n- [The simple Haskell handbook](https://marcosampellegrini.com/simple-haskell-book) by [Marco Sampellegrini](https://twitter.com/_alpacaaa)\n- [Thinking with Types](https://thinkingwithtypes.com/) by [Sandy Maguire](https://reasonablypolymorphic.com/)\n\n### Videos\n\n- [C9 Lectures: Erik Meijer - Functional Programming Fundamentals](https://docs.microsoft.com/en-us/shows/c9-lectures-erik-meijer-functional-programming-fundamentals/)\n\n## Specific topics\n\n### Category theory\n\n- [Category theory for programmers](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/) by [Bartosz Milewski](https://twitter.com/BartoszMilewski)\n- [Programming with categories](https://www.youtube.com/playlist?list=PLhgq-BqyZ7i7MTGhUROZy3BOICnVixETS) by [Topos Institute](https://topos.site/)\n\n### Dependent types\n\n- [An introduction to typeclass metaprogramming](https://lexi-lambda.github.io/blog/2021/03/25/an-introduction-to-typeclass-metaprogramming/) by [Alexis King](https://twitter.com/lexi_lambda)\n- [Introduction to Singletons](https://blog.jle.im/entries/series/+introduction-to-singletons.html) by [Justin Le](https://twitter.com/mstk)\n\n### Deriving\n\n- [Deriving](https://kowainik.github.io/posts/deriving) by [Veronika Romashkina](https://twitter.com/vrom911) and [Dmitrii Kovanikov](https://twitter.com/ChShersh/)\n\n### Design patterns\n\n- [The handle pattern](https://jaspervdj.be/posts/2018-03-08-handle-pattern.html) by [Jasper Van der Jeugt](https://twitter.com/jaspervdj)\n- [The service pattern](https://www.schoolofhaskell.com/user/meiersi/the-service-pattern) by Simon Meier\n\n### Extensions\n\n- [Overview of all language extensions](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/table.html)\n\n### Functional programming\n\n- [What's Functional Programming All About](https://www.lihaoyi.com/post/WhatsFunctionalProgrammingAllAbout.html)\n\n### Functors, applicatives and monads\n\n- [Functors, Applicatives, And Monads In Pictures](https://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html) by [Adit Bhargava](https://twitter.com/_egonschiele)\n\n### Generic programming\n\n- [An introduction to typeclass metaprogramming](https://lexi-lambda.github.io/blog/2021/03/25/an-introduction-to-typeclass-metaprogramming/) by [Alexis King](https://twitter.com/lexi_lambda)\n- [Datatype-generic programming](https://www.youtube.com/watch?v=pwnrfREbhWY) by [Andres Löh](https://twitter.com/kosmikus)\n\n### IO\n\n- [Input and Output](http://learnyouahaskell.com/input-and-output)\n- [Introduction to IO](https://wiki.haskell.org/Introduction_to_IO)\n- [Introduction to Haskell IO](https://www.haskellforall.com/2013/01/introduction-to-haskell-io.html) by [Gabriella Gonzales](https://twitter.com/GabriellaG439)\n- [Introduction to Haskell IO/Actions](https://wiki.haskell.org/Introduction_to_Haskell_IO/Actions)\n\n### Optics\n\n- [Don't Fear the Profunctor Optics](https://github.com/hablapps/dontfeartheprofunctoroptics) by [Jesús López-González](https://twitter.com/jeslg)\n- [Optics By Example](https://leanpub.com/optics-by-example) by [Chris Penner](https://twitter.com/chrislpenner)\n\n### Parser Combinators\n\n- [Megaparsec Tutorial](https://markkarpov.com/tutorial/megaparsec.html) by [Mark Karpov](https://markkarpov.com/)\n\n### Performance\n\n- [Parallel and Concurrent Programming in Haskell](https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/) by [Simon Marlow](https://twitter.com/simonmar)\n\n### Profunctors\n\n- [Deconstructing Lambdas—An Awkward Guide to Programming Without Functions](https://www.youtube.com/watch?v=xZmPuz9m2t0) by [Chris Penner](https://twitter.com/chrislpenner)\n\n### String types\n\n- [Eat Haskell String Types for Breakfast](https://free.cofree.io/2020/05/06/string-types/) by Ziyang Liu\n- [Haskell String Types](https://www.alexeyshmalko.com/2015/haskell-string-types/) by Alexey Shmalko\n- [String types](https://www.fpcomplete.com/haskell/tutorial/string-types/) by [FPComplete](https://twitter.com/FPComplete)\n- [Untangling Haskell's Strings](https://mmhaskell.com/blog/2017/5/15/untangling-haskells-strings) by [Monday Morning Haskell](https://twitter.com/HaskellMonday)\n\n### Traps and pitfalls\n\n- [Asynchronous Exception Handling in Haskell](https://www.fpcomplete.com/blog/2018/04/async-exception-handling-haskell/) by [Michael Snoyman](https://twitter.com/snoyberg)\n- [Haskell's Dangerous Functions](https://github.com/NorfairKing/haskell-dangerous-functions) by [Tom Sydney Kerckhove](https://twitter.com/kerckhove_ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftweag%2Fawesome-learning-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftweag%2Fawesome-learning-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftweag%2Fawesome-learning-haskell/lists"}