File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
\def\racketEd{0}
25
25
\def\pythonEd{1}
26
- \def\edition{1 }
26
+ \def\edition{0 }
27
27
28
28
% material that is specific to the Racket edition of the book
29
29
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -18024,9 +18024,11 @@ \section{Closure Conversion}
18024
18024
\end{tabular} \\
18025
18025
18026
18026
18027
- We no longer need the annotated assignment statement \code{AnnAssign}
18028
- to support the type checking of \code{lambda} expressions, so we
18029
- translate it to a regular \code{Assign} statement.
18027
+ \python{
18028
+ We no longer need the annotated assignment statement \code{AnnAssign}
18029
+ to support the type checking of \code{lambda} expressions, so we
18030
+ translate it to a regular \code{Assign} statement.
18031
+ }
18030
18032
18031
18033
The top-level function definitions need to be updated to take an extra
18032
18034
closure parameter, but that parameter is ignored in the body of those
You can’t perform that action at this time.
0 commit comments