Răsfoiți Sursa

remove mention of Let

Jeremy G. Siek 2 ani în urmă
părinte
comite
e0bf9a4e6b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -15886,7 +15886,7 @@ function to handle expressions in tail context, called
 \code{explicate\_tail}. The function should take an expression and the
 dictionary of basic blocks and produce a list of statements in the
 \LangCFun{} language.  The \code{explicate\_tail} function should
-include cases for \code{Begin}, \code{IfExp}, \code{Let}, and \code{Call},
+include cases for \code{Begin}, \code{IfExp}, and \code{Call},
 and a default case for other kinds of expressions. The default case
 should produce a \code{Return} statement. The case for \code{Call}
 should change it into \code{TailCall}.  The other cases should