Add Gabe's desugaring article

pull/30/head
Chris Allen 10 years ago
parent b2009086c4
commit 20f17169ec

@ -269,6 +269,10 @@ The other thing to keep in mind is that due to the way the $pkg parameter gets i
cabal haddock --hoogle --hyperlink-source --html-location='http://hackage.haskell.org/package/$pkg/docs' --contents-location='http://hackage.haskell.org/package/$pkg'
```
## What does that <- / do / list comprehension syntax sugar do?
* Excellent article: http://www.haskellforall.com/2014/10/how-to-desugar-haskell-code.html
## TravisCI
If you're as big a fan of TravisCI as I am, then I *strongly* recommend you look at using https://github.com/hvr/multi-ghc-travis as the basis of the travis.yml for your Haskell projects.

Loading…
Cancel
Save