Module Coq_checklib.Check

type section_path = {
dirpath : string list;
basename : string;
}
type object_file =
| PhysicalFile of CUnix.physical_path
| LogicalFile of section_path
type logical_path = Names.DirPath.t
val default_root_prefix : Names.DirPath.t
val add_load_path : (CUnix.physical_path * logical_path) -> unit