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=6204b8a7706b790a1c2b10833f24f08ffe366748;hb=673f410ac773ac3667d5e8faf0f036196197d301;hpb=1cf93986ef5e7a09e84cf8ba02d671bd5da7b0ab diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 6204b8a7..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 wikibook 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)