X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=monad_transformers.mdwn;h=f6de5308baabcbf940ae59ff6f0174ae8471f66f;hp=d38709784da564413979e2cc8a4f9cc38d983363;hb=8cd7f357e9a9d71795ec62eab0adb720f67d9011;hpb=cb91b39bce5230e318b181c746d6945505abdde0;ds=sidebyside diff --git a/monad_transformers.mdwn b/monad_transformers.mdwn index d3870978..f6de5308 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: