PR#4635 explicit information on infixes

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10181 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2008-11-12 13:54:02 +00:00
parent 4a07cb6024
commit 19ea985c5c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ precedence come first. For infix and prefix symbols, we write
\entree{"+"\ldots" -"\ldots}{left}
\entree{"::"}{right}
\entree{{\tt \char64}\ldots " ^"\ldots}{right}
\entree{comparisons ("= == < " etc.), all other infix symbols}{left}
\entree{"="\ldots" <"\ldots" >"\ldots" |"\ldots" &"\ldots" $"\ldots}{left}
\entree{"& &&"}{right}
\entree{"or ||"}{right}
\entree{","}{--}