Skip to content

Commit 235995d

Browse files
committed
fix issue #200
1 parent d9e3ba1 commit 235995d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

book.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
\def\racketEd{0}
2525
\def\pythonEd{1}
26-
\def\edition{1}
26+
\def\edition{0}
2727

2828
% material that is specific to the Racket edition of the book
2929
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -18024,9 +18024,11 @@ \section{Closure Conversion}
1802418024
\end{tabular} \\
1802518025

1802618026

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+
}
1803018032

1803118033
The top-level function definitions need to be updated to take an extra
1803218034
closure parameter, but that parameter is ignored in the body of those

0 commit comments

Comments
 (0)