X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=manipulating_trees_with_monads.mdwn;h=9ae45cc3fb8d10255523bac9933e1de777595031;hp=69b5131e614359dd6f2e6b12a7c1499f4cf7fb54;hb=0ffedd938c14e7d37e912259eaf632a4fec5ec42;hpb=5f8ea7e4c56ab00888ca59c5ba0fb6e3d5d5a65c diff --git a/manipulating_trees_with_monads.mdwn b/manipulating_trees_with_monads.mdwn index 69b5131e..9ae45cc3 100644 --- a/manipulating_trees_with_monads.mdwn +++ b/manipulating_trees_with_monads.mdwn @@ -92,6 +92,7 @@ a reader monad---is to have the treemap function return a (monadized) tree that is ready to accept any `int -> int` function and produce the updated tree. +\tree (. (. (f2) (f3))(. (f5) (.(f7)(f11)))) \f . _____|____