X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek9_monad_transformers.mdwn;h=c8133e2041d05ab7633843fa08bd705e664c351a;hp=f9da05ad15f24c5c05b08a28e9da8051c96fd951;hb=HEAD;hpb=7f98aa5b7f740662593c87e0fe138c95a62ede85 diff --git a/topics/week9_monad_transformers.mdwn b/topics/week9_monad_transformers.mdwn index f9da05ad..c8133e20 100644 --- a/topics/week9_monad_transformers.mdwn +++ b/topics/week9_monad_transformers.mdwn @@ -190,7 +190,8 @@ This is fun. Here is a List around a List. Notice the difference it makes whethe Further Reading --------------- -* This is excellent, everyone should read: [Monad Transformers Step by Step](http://www.grabmueller.de/martin/www/pub/Transformers.pdf) +* This is excellent, everyone should read: [Monad Transformers Step by Step](http://www.cs.virginia.edu/~wh5a/personal/Transformers.pdf) + * Read Part III of [All About Monads](http://web.archive.org/web/20071106232016/haskell.org/all_about_monads/html/introIII.html). This link is to an archived version, the main link to haskell.org seems to be broken. Some but not all of this site has been [absorbed into the Haskell wikibook](http://en.wikibooks.org/wiki/Haskell/Monad_transformers).