X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=from_list_zippers_to_continuations.mdwn;h=713fe3526da0c6a3654cdafd4532f35fcc92953b;hp=59185df570951642afc91c346af059a2bba08232;hb=b7aef174959119fd62706cd966ca74859bbdf292;hpb=d87dfc39a8e07e6005a1d63fff242ae4d38fb4a8 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.