From: Jim Pryor Date: Wed, 1 Dec 2010 08:46:59 +0000 (-0500) Subject: Revert "manip trees: deleted what I think was a spurious line" X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=0ffedd938c14e7d37e912259eaf632a4fec5ec42;hp=5f8ea7e4c56ab00888ca59c5ba0fb6e3d5d5a65c Revert "manip trees: deleted what I think was a spurious line" This reverts commit c6ac543d21f9a20d334e3eb9b48120713881bd47. --- 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 . _____|____