Module Ocamlformat_lib.Prec

type t =
  1. | Low
  2. | Semi
  3. | LessMinus
  4. | ColonEqual
  5. | As
  6. | Comma
  7. | MinusGreater
  8. | BarBar
  9. | AmperAmper
  10. | InfixOp0
  11. | InfixOp1
  12. | ColonColon
  13. | InfixOp2
  14. | InfixOp3
  15. | InfixOp4
  16. | UMinus
  17. | Apply
  18. | HashOp
  19. | Dot
  20. | High
  21. | Atomic
val compare : t -> t -> Ocamlformat_stdlib.int
val equal : t -> t -> Ocamlformat_stdlib.bool
val to_string : t -> Ocamlformat_stdlib.string