Module Serlib.Ser_loadpath
type library_location = Loadpath.library_location = | LibLoaded| LibInPath
type vo_path = Loadpath.vo_path = {unix_path : string;coq_path : Names.DirPath.t;implicit : bool;has_ml : bool;recursive : bool;
}val vo_path_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vo_pathval sexp_of_vo_path : vo_path -> Ppx_sexp_conv_lib.Sexp.t