Skip to content

Commit

Permalink
DESCRIPTION manual: comment that we prefer to use < and <=
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed May 11, 2023
1 parent 5a061b9 commit 81d4db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Manual/Description/theories.stex
Expand Up @@ -1640,6 +1640,8 @@ A full set of comparison operators is defined in terms of \verb+<+.
\end{alltt}
\end{hol}

Note that in all of \HOL{}'s standard numeric theories, it is usual practice to avoid uses of the ``greater-than'' constants and to express everything with either \holtxt{$<$} or \holtxt{$\le$}.

\paragraph{Division and modulus}

A constant specification is used to introduce division ({\small\verb+DIV+}, infix) and
Expand Down

0 comments on commit 81d4db3

Please sign in to comment.