From 99b3142a496512789b209f717ba1d00603672965 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Mar 2015 18:37:57 -0400 Subject: [PATCH] fix type --- topics/week7_introducing_monads.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0