close
Skip to content

Commit d6ecfcb

Browse files
Operator's index has 12-bit precision (#63)
1 parent 5c0d578 commit d6ecfcb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎ltx/exprs.tex‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ \subsection{Niladic operators}
17571757
A sort value \valueTag{OperatorSort::Niladic} indicates a niladic operator --
17581758
an operator accepting no argument. The
17591759
value 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}
18061806
A sort value \valueTag{OperatorSort::Monadic} indicates a monadic operator --
18071807
an operator accepting one argument. The
18081808
value 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}
21032103
A sort value \valueTag{OperatorSort::Dyadic} indicates a dyadic operator --
21042104
an operator accepting two arguments. The
21052105
value 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}
23882388
A sort value \valueTag{OperatorSort::Triadic} indicates a triadic operator --
23892389
an operator accepting three arguments. The
23902390
value 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}
24292429
A sort value \valueTag{OperatorSort::Storage} indicates a storage
24302430
allocation or deallocation operator. The
24312431
value 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}
24672467
A sort value \valueTag{OperatorSort::Variadic} indicates a variadic operator --
24682468
an operator accepting any number of arguments. The
24692469
value 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

Comments
 (0)