@@ -1757,7 +1757,7 @@ \subsection{Niladic operators}
17571757A sort value \valueTag {OperatorSort::Niladic} indicates a niladic operator --
17581758an operator accepting no argument. The
17591759value of the \field {index} is to be interpreted as a value of type
1760- \type {NiladicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
1760+ \type {NiladicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
17611761%
17621762\begin {Enumeration }{NiladicOperator}
17631763 \enumerator {Unknown}
@@ -1806,7 +1806,7 @@ \subsection{Monadic operators}
18061806A sort value \valueTag {OperatorSort::Monadic} indicates a monadic operator --
18071807an operator accepting one argument. The
18081808value of the \field {index} is to be interpreted as a value of type
1809- \type {MonadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
1809+ \type {MonadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
18101810%
18111811\begin {Enumeration }{MonadicOperator}
18121812 \enumerator {Unknown}
@@ -2103,7 +2103,7 @@ \subsection{Dyadic operators}
21032103A sort value \valueTag {OperatorSort::Dyadic} indicates a dyadic operator --
21042104an operator accepting two arguments. The
21052105value of the \field {index} is to be interpreted as a value of type
2106- \type {DyadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2106+ \type {DyadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
21072107%
21082108\begin {Enumeration }{DyadicOperator}
21092109 \enumerator {Unknown}
@@ -2388,7 +2388,7 @@ \subsection{Triadic operators}
23882388A sort value \valueTag {OperatorSort::Triadic} indicates a triadic operator --
23892389an operator accepting three arguments. The
23902390value of the \field {index} is to be interpreted as a value of type
2391- \type {TriadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2391+ \type {TriadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
23922392%
23932393\begin {Enumeration }{TriadicOperator}
23942394 \enumerator {Unknown}
@@ -2429,7 +2429,7 @@ \subsection{Storage operators}
24292429A sort value \valueTag {OperatorSort::Storage} indicates a storage
24302430allocation or deallocation operator. The
24312431value of the \field {index} is to be interpreted as a value of type
2432- \type {StorageOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2432+ \type {StorageOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
24332433%
24342434\begin {Enumeration }{StorageOperator}
24352435 \enumerator {Unknown}
@@ -2467,7 +2467,7 @@ \subsection{Variadic operators}
24672467A sort value \valueTag {OperatorSort::Variadic} indicates a variadic operator --
24682468an operator accepting any number of arguments. The
24692469value of the \field {index} is to be interpreted as a value of type
2470- \type {VariadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2470+ \type {VariadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
24712471%
24722472\begin {Enumeration }{VariadicOperator}
24732473 \enumerator {Unknown}
0 commit comments