From: jim Date: Thu, 19 Mar 2015 22:37:57 +0000 (-0400) Subject: fix type X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=99b3142a496512789b209f717ba1d00603672965;ds=inline fix type --- diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 81ccafb2..b3ab5aa9 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -111,7 +111,7 @@ Here are the types of our crucial functions, together with our pronunciation, an >>= or mbind : (Q) -> (Q -> R) -> (R) -=<< (flip mbind, should we call it mdnib?) (Q) -> (Q -> R) -> (R) +=<< (flip mbind, should we call it mdnib?) (Q -> R) -> (Q) -> (R) join: P -> P