X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=from_list_zippers_to_continuations.mdwn;h=713fe3526da0c6a3654cdafd4532f35fcc92953b;hb=23445a4f8be687dbd5be55eea7dcd7e6d2e7de05;hp=59185df570951642afc91c346af059a2bba08232;hpb=d87dfc39a8e07e6005a1d63fff242ae4d38fb4a8;p=lambda.git diff --git a/from_list_zippers_to_continuations.mdwn b/from_list_zippers_to_continuations.mdwn index 59185df5..713fe352 100644 --- a/from_list_zippers_to_continuations.mdwn +++ b/from_list_zippers_to_continuations.mdwn @@ -216,7 +216,7 @@ the closest `'#'`. This would allow our task to simulate delimited continuations with embedded `prompt`s (also called `reset`s). The reason the task is well-suited to the list zipper is in part -because the list monad has an intimate connection with continuations. +because the List monad has an intimate connection with continuations. We'll explore this next.