tweak whole site: caps for Reader monad, etc
[lambda.git] / code / tree_monadize.ml
index d38800a..6dff768 100644 (file)
@@ -113,7 +113,7 @@ module TreeList =  Tree_monadizer(struct
 end);;
 
 
-(* since the continuation monad is parameterized on two types---it's
+(* since the Continuation monad is parameterized on two types---it's
  * ('a,'r) cont not ('a) cont---we can't match the type ('a) m that
  * Tree_monadizer expects in its parameter. So we have to make a different
  * Tree_monadizer2 that takes a ('a,'x) m type constructor in its