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=1289713c6d414912ccc2cff7221eb654d71fcd95;hp=cd0ba687d7db486318b35086172548ffa293d5f5;hb=4f4f76bdb9fa83733f4afe6543ee0d2d40146f4e;hpb=e339942e9ebf6bd1650c1640e32298a75318c55b;ds=sidebyside 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.