From: jim Date: Thu, 19 Mar 2015 15:58:07 +0000 (-0400) Subject: fix join's type X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=3d276dedb3ccde00a014e49ced1e438d82f4bcef fix join's type --- diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 191f35de..61012d55 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -105,7 +105,7 @@ Here are the types of our crucial functions, together with our pronunciation, an =<< or mdnib (flip mbind) (Q) -> (Q -> R) -> (R) -join: P -> P +join: P -> P The menagerie isn't quite as bewildering as you might suppose. Many of these will