module Post: sig .. end
sig
end
type t = {
ready :Import.File_descr.t list;
Import.File_descr.t list
bad :Import.File_descr.t list;
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t
val empty : t
t