@@ -1748,7 +1748,7 @@ \subsection{Niladic operators}
17481748A sort value \valueTag {OperatorSort::Niladic} indicates a niladic operator --
17491749an operator accepting no argument. The
17501750value of the \field {index} is to be interpreted as a value of type
1751- \type {NiladicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
1751+ \type {NiladicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
17521752%
17531753\begin {Enumeration }{NiladicOperator}
17541754 \enumerator {Unknown}
@@ -1797,7 +1797,7 @@ \subsection{Monadic operators}
17971797A sort value \valueTag {OperatorSort::Monadic} indicates a monadic operator --
17981798an operator accepting one argument. The
17991799value of the \field {index} is to be interpreted as a value of type
1800- \type {MonadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
1800+ \type {MonadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
18011801%
18021802\begin {Enumeration }{MonadicOperator}
18031803 \enumerator {Unknown}
@@ -2094,7 +2094,7 @@ \subsection{Dyadic operators}
20942094A sort value \valueTag {OperatorSort::Dyadic} indicates a dyadic operator --
20952095an operator accepting two arguments. The
20962096value of the \field {index} is to be interpreted as a value of type
2097- \type {DyadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2097+ \type {DyadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
20982098%
20992099\begin {Enumeration }{DyadicOperator}
21002100 \enumerator {Unknown}
@@ -2500,7 +2500,7 @@ \subsection{Triadic operators}
25002500A sort value \valueTag {OperatorSort::Triadic} indicates a triadic operator --
25012501an operator accepting three arguments. The
25022502value of the \field {index} is to be interpreted as a value of type
2503- \type {TriadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2503+ \type {TriadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
25042504%
25052505\begin {Enumeration }{TriadicOperator}
25062506 \enumerator {Unknown}
@@ -2559,7 +2559,7 @@ \subsection{Storage operators}
25592559A sort value \valueTag {OperatorSort::Storage} indicates a storage
25602560allocation or deallocation operator. The
25612561value of the \field {index} is to be interpreted as a value of type
2562- \type {StorageOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2562+ \type {StorageOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
25632563%
25642564\begin {Enumeration }{StorageOperator}
25652565 \enumerator {Unknown}
@@ -2597,7 +2597,7 @@ \subsection{Variadic operators}
25972597A sort value \valueTag {OperatorSort::Variadic} indicates a variadic operator --
25982598an operator accepting any number of arguments. The
25992599value of the \field {index} is to be interpreted as a value of type
2600- \type {VariadicOperator}, which is a set of $ 13 $ -bit values enumerated as follows.
2600+ \type {VariadicOperator}, which is a set of $ 12 $ -bit values enumerated as follows.
26012601%
26022602\begin {Enumeration }{VariadicOperator}
26032603 \enumerator {Unknown}
0 commit comments