X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek7_introducing_monads.mdwn;h=d73d4cbb956fab595ad67968815bf78b613a1663;hp=b32b9cf3f1711940b669377450f8acb4ad7879d3;hb=673f410ac773ac3667d5e8faf0f036196197d301;hpb=c0b923e3bb29f74cd37fd09f50a2d7f152e58f9f diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index b32b9cf3..d73d4cbb 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -410,10 +410,10 @@ LNCS 925, 1995. Some errata fixed August 2001. Here is some other reading: -* [Haskell wiki on Monad Laws](http://www.haskell.org/haskellwiki/Monad_Laws) * [Yet Another Haskell Tutorial on Monad Laws](http://en.wikibooks.org/wiki/Haskell/YAHT/Monads#Definition) * [Haskell wikibook on Understanding Monads](http://en.wikibooks.org/wiki/Haskell/Understanding_monads) * [Haskell wikibook on Advanced Monads](http://en.wikibooks.org/wiki/Haskell/Advanced_monads) +* [Haskell wiki on Monad Laws](http://www.haskell.org/haskellwiki/Monad_laws) * [Haskell wikibook on do-notation](http://en.wikibooks.org/wiki/Haskell/do_Notation) * [Yet Another Haskell Tutorial on do-notation](http://en.wikibooks.org/wiki/Haskell/YAHT/Monads#Do_Notation)