X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=monad_transformers.mdwn;h=26fb13ff9fc47e5f0969e0e41d4ce52bbbf03c3d;hp=d38709784da564413979e2cc8a4f9cc38d983363;hb=61612ba6746dc4646fb0d5bb1c9e1864bf927848;hpb=cb91b39bce5230e318b181c746d6945505abdde0 diff --git a/monad_transformers.mdwn b/monad_transformers.mdwn index d3870978..26fb13ff 100644 --- a/monad_transformers.mdwn +++ b/monad_transformers.mdwn @@ -450,7 +450,7 @@ TreeCont.monadize Continuation_monad.unit t1 initial_continuation;; (T.Node (T.Leaf 2, T.Leaf 3), T.Node (T.Leaf 5, T.Node (T.Leaf 7, T.Leaf 11)))) -We can square each leaf. The meaning of `shift` will be explained in [[CPS and Continuation Operators]]. +We can square each leaf: