Ocamlformat_lib.Prec
type t =
| Low
| Semi
| LessMinus
| ColonEqual
| As
| Comma
| MinusGreater
| BarBar
| AmperAmper
| InfixOp0
| InfixOp1
| ColonColon
| InfixOp2
| InfixOp3
| InfixOp4
| UMinus
| Apply
| HashOp
| Dot
| High
| Atomic
val compare : t -> t -> Ocamlformat_stdlib.int
val equal : t -> t -> Ocamlformat_stdlib.bool
val to_string : t -> Ocamlformat_stdlib.string