Browse Source

Merge pull request #116 from arsdragonfly/fix

explicate-tail and explicate-assign aren't mutually recursive
Jeremy G. Siek 3 năm trước cách đây
mục cha
commit
b22167168a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}