X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=miscellaneous_lambda_challenges_and_advanced_topics.mdwn;h=7cb29f4162e5e56c7f97c33bf943737c2120a870;hp=511135a0ffba3a95bc87a449d778dd87f3ca7253;hb=b98f8f2a0ad83e0e04ca95117de9cbe963c70783;hpb=b3781261c60b4d7cbaee3a48449b3319e6b51f31 diff --git a/miscellaneous_lambda_challenges_and_advanced_topics.mdwn b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn index 511135a0..7cb29f41 100644 --- a/miscellaneous_lambda_challenges_and_advanced_topics.mdwn +++ b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn @@ -476,7 +476,7 @@ can use. let make_list = \h t. \f z continue_handler abort_handler. f h z (\z. t f z continue_handler abort_handler) abort_handler - now `extract_head` can return the leftmost head directly, using its `abort_handler`: + now `extract_head` should return the leftmost head directly, using its `abort_handler`: let extract_head = \lst larger_computation. lst ; here's our f