瀏覽代碼

remove last FunRefArity

Jeremy Siek 3 年之前
父節點
當前提交
dd0fd169be
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -15761,12 +15761,12 @@ application, we turn function references into closures.
 \begin{minipage}{0.3\textwidth}
 {\if\edition\racketEd
 \begin{lstlisting}
-(FunRefArity |$f$| |$n$|)
+(FunRef |$f$| |$n$|)
 \end{lstlisting}
 \fi}
 {\if\edition\pythonEd
 \begin{lstlisting}
-FunRefArity(|$f$|, |$n$|)
+FunRef(|$f$|, |$n$|)
 \end{lstlisting}
 \fi}
 \end{minipage}