From ba4056e204f32f70a9073da07d03a51cd3042cb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Feb 2015 07:06:15 +0200 Subject: [PATCH] Add link from #3 --- content/monad-transformers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/monad-transformers.md b/content/monad-transformers.md index e6eb750..67b70cd 100644 --- a/content/monad-transformers.md +++ b/content/monad-transformers.md @@ -12,3 +12,4 @@ last-reviewed: 2015-02-24 * Pitfalls of Writer laziness * 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) +* https://github.com/kqr/gists/blob/master/articles/gentle-introduction-monad-transformers.md (need to get permission to relicense)