Scroll to navigation

Ocaml_operators(3o) OCaml library Ocaml_operators(3o)

NAME

Ocaml_operators - Precedence level and associativity of operators

Module

Module Ocaml_operators

Documentation

Module Ocaml_operators
: sig end

Precedence level and associativity of operators

The following table lists the precedence level of all operator classes from the highest to the lowest precedence. A few other syntactic constructions are also listed as references.

Operator class
-
!.. ~..
-
.() .[] .{}
#..
function application
-
- -.
**.. lsl lsr asr
*.. /.. %.. mod land lor lxor
+.. -..
::
@.. ^..
=.. <.. >.. |.. &.. $.. !=
& &&
or ||
-
,
<- :=
-
if
;

2023-09-20 OCamldoc