From 51f881475438eba8f8533e5e0a91ee087e72aaaf Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 12 Dec 2010 21:20:50 -0500 Subject: [PATCH 1/1] transformers tweak Signed-off-by: Jim Pryor --- monad_transformers.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);; -- 2.11.0