close
Skip to content

Commit c9e590b

Browse files
Operator's index has 12-bit precision (#63)
1 parent cb412bc commit c9e590b

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
@@ -1748,7 +1748,7 @@ \subsection{Niladic operators}
17481748
A sort value \valueTag{OperatorSort::Niladic} indicates a niladic operator --
17491749
an operator accepting no argument. The
17501750
value 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}
17971797
A sort value \valueTag{OperatorSort::Monadic} indicates a monadic operator --
17981798
an operator accepting one argument. The
17991799
value 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}
20942094
A sort value \valueTag{OperatorSort::Dyadic} indicates a dyadic operator --
20952095
an operator accepting two arguments. The
20962096
value 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}
25002500
A sort value \valueTag{OperatorSort::Triadic} indicates a triadic operator --
25012501
an operator accepting three arguments. The
25022502
value 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}
25592559
A sort value \valueTag{OperatorSort::Storage} indicates a storage
25602560
allocation or deallocation operator. The
25612561
value 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}
25972597
A sort value \valueTag{OperatorSort::Variadic} indicates a variadic operator --
25982598
an operator accepting any number of arguments. The
25992599
value 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

Comments
 (0)