浏览代码

Merge pull request #116 from arsdragonfly/fix

explicate-tail and explicate-assign aren't mutually recursive
Jeremy G. Siek 3 年之前
父节点
当前提交
b22167168a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -3469,7 +3469,7 @@ that we have alluded to earlier. Here is the definition.
 \end{enumerate}
 \end{definition}
 
-We recommend implementing \code{explicate\_control} using two mutually
+We recommend implementing \code{explicate\_control} using two
 recursive functions, \code{explicate\_tail} and
 \code{explicate\_assign}, as suggested in the skeleton code in
 Figure~\ref{fig:explicate-control-Lvar}.  The \code{explicate\_tail}