X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week7.mdwn;h=4c74015b9a3f94bef3a5497f8cfaed25d779014a;hp=2111ed8756f9c924e7f2708c05f43a42ed6258be;hb=1c06c5dab40e8cc8bb1bf89bfe65a7d6741d3cbf;hpb=a87f3717596e9b3392498513af3d2d41d40bed7e diff --git a/week7.mdwn b/week7.mdwn index 2111ed87..4c74015b 100644 --- a/week7.mdwn +++ b/week7.mdwn @@ -465,6 +465,7 @@ See also: * [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) +* [Yet Another Haskell Tutorial on do-notation](http://en.wikibooks.org/wiki/Haskell/YAHT/Monads#Do_Notation) Here are some papers that introduced monads into functional programming: