|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
\def\racketEd{0}
|
|
\def\racketEd{0}
|
|
\def\pythonEd{1}
|
|
\def\pythonEd{1}
|
|
-\def\edition{1}
|
|
|
|
|
|
+\def\edition{0}
|
|
|
|
|
|
% material that is specific to the Racket edition of the book
|
|
% material that is specific to the Racket edition of the book
|
|
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
|
|
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
|
|
@@ -16035,7 +16035,7 @@ in tail position \code{Apply} becomes \code{TailCall}.}
|
|
%
|
|
%
|
|
We recommend defining a new auxiliary function for processing function
|
|
We recommend defining a new auxiliary function for processing function
|
|
definitions. This code is similar to the case for \code{Program} in
|
|
definitions. This code is similar to the case for \code{Program} in
|
|
-\LangVec{}. The top-level \code{explicate\_control} function that
|
|
|
|
|
|
+\LangVecANF{}. The top-level \code{explicate\_control} function that
|
|
handles the \code{ProgramDefs} form of \LangFunANF{} can apply this
|
|
handles the \code{ProgramDefs} form of \LangFunANF{} can apply this
|
|
new function to all function definitions.
|
|
new function to all function definitions.
|
|
|
|
|