Add link from #3

This commit is contained in:
Michael Snoyman 2015-02-25 07:06:15 +02:00
parent 7dd2b08229
commit ba4056e204

View file

@ -12,3 +12,4 @@ last-reviewed: 2015-02-24
* Pitfalls of Writer laziness * Pitfalls of Writer laziness
* Dealing with exceptions and control structures (monad-control and exceptions packages), and losing state * Dealing with exceptions and control structures (monad-control and exceptions packages), and losing state
* Monad transformers: [EitherT vs IO](http://stackoverflow.com/questions/25752900/exceptions-and-monad-transformers/25753497#25753497) * Monad transformers: [EitherT vs IO](http://stackoverflow.com/questions/25752900/exceptions-and-monad-transformers/25753497#25753497)
* https://github.com/kqr/gists/blob/master/articles/gentle-introduction-monad-transformers.md (need to get permission to relicense)