From: Jim Pryor Date: Sat, 4 Dec 2010 23:56:37 +0000 (-0500) Subject: monad laws link X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=45b9ccec15be46dd784aa1ca4dab0f89b454c1b1;hp=1c06c5dab40e8cc8bb1bf89bfe65a7d6741d3cbf monad laws link Signed-off-by: Jim Pryor --- 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)