⚡ Operator Precedence Explorer

Master OCaml's operator precedence, associativity, and expression grouping

LevelOperatorDescriptionAssoc.Category

Higher level = binds tighter. Level 0 is lowest precedence.

Type an expression to see how OCaml parenthesizes it

Supported: arithmetic (+ - * / mod), comparison (= <> < > <= >=), logical (&& ||), string (^), list (:: @), function (|>), references (:= !), composition (@@)

Score: 0 / 0