Add comment about procedure-rename in inferred value names.\nSuggested by Jos Koot.

This commit is contained in:
Danny Yoo 2012-11-12 09:55:46 -07:00
parent 623265d1e8
commit 48683c4782

View File

@ -959,6 +959,9 @@ the name of the procedure. In this case, Racket decides, at
compile-time, to name as @racket['f] all procedures created by the compile-time, to name as @racket['f] all procedures created by the
@racket[let]-bound @racket[lambda]. @racket[let]-bound @racket[lambda].
@margin-note/ref{See @racket[procedure-rename] to override a procedure's
inferred name at runtime.}
Names are inferred whenever possible for procedures. Names closer to Names are inferred whenever possible for procedures. Names closer to
an expression take precedence. For example, in an expression take precedence. For example, in