Andrew Tolmach 4 년 전
부모
커밋
b81e980c86
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      book.tex

+ 1 - 0
book.tex

@@ -6302,6 +6302,7 @@ For example, we want to generate the following code for the inner
 \end{lstlisting}
 \end{minipage}
 \end{center}
+\ocaml{That first conditional jump instruction should actually be \code{jl then\_branch\_1}.}
 One way to achieve this is to reorganize the code at the level of
 \LangIf{}, pushing the outer \key{if} inside the inner one, yielding
 the following code.