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 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
1803118033The top-level function definitions need to be updated to take an extra
1803218034closure parameter, but that parameter is ignored in the body of those
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments