From 5742cca00b33641b71db3d5ad9b002d1c25fc855 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 22 Mar 2015 21:52:25 -0400 Subject: [PATCH] move do-notation links --- topics/week7_introducing_monads.mdwn | 2 -- 1 file changed, 2 deletions(-) diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 76793b35..b1782d8e 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -465,7 +465,5 @@ Here is some other reading: * [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) There's a long list of monad tutorials linked at the [[Haskell wiki|https://wiki.haskell.org/Monad_tutorials_timeline]] (we linked to this at the top of the page), and on our own [[Offsite Reading]] page. (Skimming the titles is somewhat amusing.) If you are confused by monads, make use of these resources. Read around until you find a tutorial pitched at a level that's helpful for you. -- 2.11.0