Andrew Tolmach il y a 4 ans
Parent
commit
040d4843d1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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).}