Pārlūkot izejas kodu

add | between BoolType and VoidType

Jeremy G. Siek 2 gadi atpakaļ
vecāks
revīzija
20090a71f2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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^{*}}\\