瀏覽代碼

Merge pull request #115 from arsdragonfly/fix

interp_exp needs an empty env
Jeremy G. Siek 3 年之前
父節點
當前提交
99eef8c944
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -2055,7 +2055,7 @@ call it \code{e0}, by creating an object of the \LangVar{} class
 and calling the \code{interp\_exp} method.
 {\if\edition\racketEd
 \begin{lstlisting}
-(send (new interp_Lvar_class) interp_exp e0)
+((send (new interp_Lvar_class) interp_exp '()) e0)
 \end{lstlisting}
 \fi}
 {\if\edition\pythonEd