Browse Source

begin fits on the same line

Jeremy Siek 2 weeks ago
parent
commit
b4e30eeca8
1 changed files with 2 additions and 2 deletions
  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}