X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week7.mdwn;h=35deeb292777262c91a89e433f1cc39f2c6dd575;hp=4c74015b9a3f94bef3a5497f8cfaed25d779014a;hb=45b9ccec15be46dd784aa1ca4dab0f89b454c1b1;hpb=1c06c5dab40e8cc8bb1bf89bfe65a7d6741d3cbf diff --git a/week7.mdwn b/week7.mdwn index 4c74015b..35deeb29 100644 --- a/week7.mdwn +++ b/week7.mdwn @@ -462,6 +462,7 @@ Theory](/advanced_topics/monads_in_category_theory). See also: * [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 wikibook on do-notation](http://en.wikibooks.org/wiki/Haskell/do_Notation)