extra line
authorjim <jim@web>
Sun, 22 Mar 2015 16:21:55 +0000 (12:21 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sun, 22 Mar 2015 16:21:55 +0000 (12:21 -0400)
topics/week7_introducing_monads.mdwn

index 39dcdaf..4750fc6 100644 (file)
@@ -392,6 +392,7 @@ This example is a good intuitive basis for thinking about the notions of `mbind`
 
       Some a  >>=<sub>α option</sub>  (\a -> Some 0) ==> Some 0
       None    >>=<sub>α option</sub>  (\a -> Some 0) ==> None
+      Some a  >>=<sub>α option</sub>  (\a -> None  ) ==> None
 
                                                          .
                                                         / \