Andrew Tolmach 4 年之前
父節點
當前提交
040d4843d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -9765,7 +9765,7 @@ cases for \code{Apply} and \code{FunRef} and the function for
 predicate context should be updated for \code{Apply} but not
 \code{FunRef}.  (A \code{FunRef} can't be a Boolean.) \ocaml{The predicate
 context treatment of \code{Apply} will need to be handled similarly
-to \code{SetField} introduced in \LangTuple{}. Neither of the new forms
+to \code{GetField} introduced in \LangTuple{}. Neither of the new forms
 should be added to the function for effectful contexts (a \code{FunRef}
 cannot have type Void, and our \LangFun{} type checker prohibits
 functions from having return type Void too).}