Procházet zdrojové kódy

add | between BoolType and VoidType

Jeremy G. Siek před 2 roky
rodič
revize
20090a71f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -15775,7 +15775,7 @@ and augments programs to include a list of function definitions.
 
 \newcommand{\LfunMonadASTPython}{
   \begin{array}{lcl}
-    \Type &::=& \key{IntType()} \MID \key{BoolType()} \key{VoidType()}
+    \Type &::=& \key{IntType()} \MID \key{BoolType()} \MID \key{VoidType()}
         \MID \key{TupleType}\LS\Type^+\RS\\
         &\MID& \key{FunctionType}\LP \Type^{*} \key{, } \Type \RP \\
     \Exp &::=& \FUNREF{\itm{label}}{\Int} \MID \CALL{\Atm}{\Atm^{*}}\\