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