Haskell Resources

This commit is contained in:
Levi Pearson
2014-08-20 23:30:10 -06:00
parent 59553ad423
commit 5d3832f6b8
9 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
title: Haskell Notes and Guides
toc: no
format: markdown
...
* [What I Wish I Knew When Learning Haskell - Stephen Diehl](http://dev.stephendiehl.com/hask/)
* [Haskell Notes And Examples - Albert Y. C. Lai](http://www.vex.net/~trebla/haskell/)
* [Learn Haskell - Chris Allen](https://github.com/bitemyapp/learnhaskell)
* [Programming Guidelines](http://www.haskell.org/haskellwiki/Programming_guidelines)
* [Haskell Wiki - Idioms](http://www.haskell.org/haskellwiki/Category:Idioms)
* [Haskell Wiki - Mind-blowing Idioms](http://www.haskell.org/haskellwiki/Blow_your_mind)
* [Problem Solving In Haskell - Simon Thompson](http://www.cs.kent.ac.uk/people/staff/sjt/Haskell_craft/probSolving.html)