module Priority: sig .. end
sig
end
type t
val equal : t -> t -> bool
t -> t -> bool
val of_int : int -> t
int -> t
val to_int : t -> int
t -> int
val incr : t -> t
t -> t
val decr : t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t