sig
  type t = Jobs.Priority.t
  val sexp_of_t : t -> Sexplib.Sexp.t
  val normal : t
  val low : t
  val ounit_tests : unit -> OUnit.test
end