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=ff47d06aa451d71b4e2617ba7065afe1fe0aae7b;hb=a0eb18e702862266fdc8a7d935d6cc33821fdf4a;hpb=b8d33a363891ba833f805d0032c58dd67274580f diff --git a/topics/week9_monad_transformers.mdwn b/topics/week9_monad_transformers.mdwn index ff47d06a..c8133e20 100644 --- a/topics/week9_monad_transformers.mdwn +++ b/topics/week9_monad_transformers.mdwn @@ -151,31 +151,28 @@ When Option is on the inside, on the other hand, as in SO, failure means the who Exception: Failure "bye". --> - * 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).