|
@@ -8508,7 +8508,7 @@ parameters (the length of \itm{ps}).
|
|
\begin{lstlisting}
|
|
\begin{lstlisting}
|
|
(Lambda |\itm{ps}| |\itm{rt}| |\itm{body}|)
|
|
(Lambda |\itm{ps}| |\itm{rt}| |\itm{body}|)
|
|
|$\Rightarrow$|
|
|
|$\Rightarrow$|
|
|
-(Closure |\itm{arity}| (FunRef |\itm{name}|) |\itm{fvs}|)
|
|
|
|
|
|
+(Closure |\itm{arity}| (cons (FunRef |\itm{name}|) |\itm{fvs}|))
|
|
\end{lstlisting}
|
|
\end{lstlisting}
|
|
In addition to transforming each \key{Lambda} into a \key{Closure}, we
|
|
In addition to transforming each \key{Lambda} into a \key{Closure}, we
|
|
create a top-level function definition for each \key{Lambda}, as
|
|
create a top-level function definition for each \key{Lambda}, as
|