This commit is contained in:
Jakub Wilk 2016-01-22 20:21:38 +01:00
parent f9cf39ee73
commit ea98b944cb

View File

@ -386,7 +386,7 @@ A first pass might be something like:
[(zero? obscure-name) ~zero-form] [(zero? obscure-name) ~zero-form]
[(neg? obscure-name) ~neg-form]))) [(neg? obscure-name) ~neg-form])))
where ``obsure-name`` is an attempt to pick some variable name as not to where ``obscure-name`` is an attempt to pick some variable name as not to
conflict with other code. But of course, while well-intentioned, conflict with other code. But of course, while well-intentioned,
this is no guarantee. this is no guarantee.