From: jim Date: Sun, 22 Mar 2015 16:21:55 +0000 (-0400) Subject: extra line X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=95d3e1eb9f32752fba074f3a686783c6a4e893b6 extra line --- diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 39dcdaf0..4750fc69 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -392,6 +392,7 @@ This example is a good intuitive basis for thinking about the notions of `mbind` Some a >>=α option (\a -> Some 0) ==> Some 0 None >>=α option (\a -> Some 0) ==> None + Some a >>=α option (\a -> None ) ==> None . / \