소스 검색

begin fits on the same line

Jeremy Siek 2 주 전
부모
커밋
b4e30eeca8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -13023,8 +13023,8 @@ translation of tuple creation\index{subject}{Lalloc@\LangAlloc{}}.
 %%    \Stmt &::= & \CASSIGN{\CPUT{\Exp}{\itm{int}}}{\Exp}
 %% \end{array}
 \begin{array}{rcl}
-  \Exp &::=&  \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type} \\
-       &\MID& \BEGIN{\Stmt^{*}}{\Exp}\\
+  \Exp &::=&  \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type} 
+       \MID \BEGIN{\Stmt^{*}}{\Exp}\\
   \Stmt{} &::=& \COLLECT{\Int} 
           \MID \ASSIGN{\PUT{\Exp}{\itm{int}}}{\Exp} 
 \end{array}