-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Amin Bandali edited this page May 7, 2017
·
4 revisions
A list of projects/tasks is available here.
[Haskell Package Checklist](Haskell Package Checklist)
- How to Define Data Types https://www.youtube.com/watch?v=zV70nrsMEZg
- Edward Kmett - Type Classes vs. the World https://www.youtube.com/watch?v=hIZxTQP1ifo
- Adventure with Types in Haskell - Simon Peyton Jones (Lecture 1) https://www.youtube.com/watch?v=6COvD8oynmI
- Liquid Haskell (Refinement Types) https://www.youtube.com/watch?v=vQrutfPAERQ
- DojoLIVE! - featuring Simon Peyton Jones https://www.youtube.com/watch?v=KnV9L5xiHt0&index=48&list=PLBnxQ60KPVrHmXNu1QlN-vTW9RgJRO8SV
- A Taste of Haskell – Simon Peyton Jones uses Xmonad as his running example and talks about why programming in Haskell is fun. He assumes no knowledge of functional programming from audience in this talk.
- Monad Transformers https://www.youtube.com/watch?v=pzouxmWiemg
- Next Level MTL https://www.youtube.com/watch?v=GZPup5Iuaqw
- Moving a subdirectory to a new git repo
- Creating new packages
- Making GHCi faster (by enabling incremental compilations)
- A Gentle Introduction to Monad Transformers