module Priority: sig .. end
sig
end
type t
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t
val normal : t
t
val low : t
val to_string : t -> string
t -> string