mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-03 23:15:18 +00:00
Add Gabe's desugaring article
This commit is contained in:
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…
Reference in New Issue
Block a user