From: Jim Pryor Date: Sun, 3 Oct 2010 06:25:21 +0000 (-0400) Subject: tweak advanced X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4f4f76bdb9fa83733f4afe6543ee0d2d40146f4e;ds=sidebyside tweak advanced Signed-off-by: Jim Pryor --- diff --git a/miscellaneous_lambda_challenges_and_advanced_topics.mdwn b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn index cd0ba687..1289713c 100644 --- a/miscellaneous_lambda_challenges_and_advanced_topics.mdwn +++ b/miscellaneous_lambda_challenges_and_advanced_topics.mdwn @@ -260,7 +260,7 @@ can use. rather than the handler taking the pair as an argument. (The handler gets *the pair's elements*, not the pair itself, as arguments.) - *Terminology*: we'll try to use names of the form `get_foo` for handlers, and + > *Terminology*: we'll try to use names of the form `get_foo` for handlers, and names of the form `extract_foo` for lifted versions of them, that accept the lists (or whatever data structure we're working with) as arguments. But we may sometimes forget.