Module File_descr_watcher_intf.Post

module Post: sig .. end

type t = {
   ready : Import.File_descr.t list;
   bad : Import.File_descr.t list;
}
val sexp_of_t : t -> Sexplib.Sexp.t
val empty : t