sig
  type t = [ `Fifo | `Other | `Round_robin ]
  val t_of_sexp : Sexplib.Sexp.t -> Core_unix.Scheduler.Policy.t
  val __t_of_sexp__ : Sexplib.Sexp.t -> Core_unix.Scheduler.Policy.t
  val sexp_of_t : Core_unix.Scheduler.Policy.t -> Sexplib.Sexp.t
end