Jeremy Siek 3 年之前
父节点
当前提交
b4bf58bbc9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      book.tex
  2. 1 1
      defs.tex

+ 1 - 1
book.tex

@@ -14056,7 +14056,7 @@ output of \code{explicate\_control}.
 %% \racket{(The concrete syntax is given in
 %%   Figure~\ref{fig:c3-concrete-syntax} of the Appendix.)}
 %
-The auxiliary functions for assignment\racket{and tail contexts} should
+The auxiliary functions for assignment\racket{ and tail contexts} should
 be updated with cases for
 \racket{\code{Apply}}\python{\code{Call}} and \code{FunRef} and the
 function for predicate context should be updated for

+ 1 - 1
defs.tex

@@ -245,7 +245,7 @@
 \newcommand{\CBEGIN}[2]{\LP\key{begin}~#1~#2\RP}
 \newcommand{\CNEG}[1]{\LP\key{-}~#1\RP}
 \newcommand{\CNOT}[1]{\LP\key{not}~#1\RP}
-\newcommand{\CALL}[2]{\key{Call}\LP #1\code{, } #2 \RP}
+\newcommand{\CALL}[2]{\LP\key{Call}~#1~#2\RP}
 \newcommand{\APPLY}[2]{\LP\key{Apply}~#1~#2\RP}
 \newcommand{\CAPPLY}[2]{\LP#1~#2\RP}
 \newcommand{\FUNREF}[2]{\LP\key{FunRef}~#1~#2\RP}