X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=monad_transformers.mdwn;fp=monad_transformers.mdwn;h=0e9d928447202797325efadd5188cbb64635c507;hp=9f26d615fe3869836d1254b7ecded0ae67a11176;hb=51f881475438eba8f8533e5e0a91ee087e72aaaf;hpb=ad057986df1ce9482dc2aa3ced6db6be072893e5 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);;