package opine

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unparse.PrecedenceSource

Sourcetype t =
  1. | Named_Expr
  2. | Tuple
  3. | Yield
  4. | Test
  5. | Or
  6. | And
  7. | Not
  8. | Cmp
  9. | Expr
  10. | Bor
  11. | Bxor
  12. | Band
  13. | Shift
  14. | Arith
  15. | Term
  16. | Factor
  17. | Power
  18. | Await
  19. | Atom
Sourceval compare : t -> t -> int
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval min : int
Sourceval max : int
Sourceval to_enum : t -> int
Sourceval of_enum : int -> t option
Sourceval next : t -> t option