From: Jim Pryor Date: Mon, 13 Dec 2010 02:20:50 +0000 (-0500) Subject: transformers tweak X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=51f881475438eba8f8533e5e0a91ee087e72aaaf;hp=ad057986df1ce9482dc2aa3ced6db6be072893e5 transformers tweak Signed-off-by: Jim Pryor --- diff --git a/monad_transformers.mdwn b/monad_transformers.mdwn index 9f26d615..0e9d9284 100644 --- a/monad_transformers.mdwn +++ b/monad_transformers.mdwn @@ -156,7 +156,7 @@ When Maybe is on the inside, on the other hand, a failure means the whole comput Exception: Failure "bye". --> -Here's an example wrapping List around Maybe, and vice versa: +Here's an example wrapping Maybe around List, and vice versa: # module LM = List_monad.T(Maybe_monad);; # module ML = Maybe_monad.T(List_monad);;