From a7a27c88f2d670d4b20f7dc13e90f6e10600df61 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 26 Mar 2013 15:07:11 +0000 Subject: Moved the Loadpath part of Library to its own file, and documented the interface. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16372 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index 11253087a..22b94e521 100644 --- a/library/library.mli +++ b/library/library.mli @@ -58,18 +58,6 @@ val overwrite_library_filenames : string -> unit (** {6 Hook for the xml exportation of libraries } *) val set_xml_require : (DirPath.t -> unit) -> unit -(** {6 ... } *) -(** Global load paths: a load path is a physical path in the file - system; to each load path is associated a Coq [DirPath.t] (the "logical" - path of the physical path) *) - -val get_load_paths : unit -> CUnix.physical_path list -val get_full_load_paths : unit -> (CUnix.physical_path * DirPath.t) list -val add_load_path : bool -> CUnix.physical_path * DirPath.t -> unit -val remove_load_path : CUnix.physical_path -> unit -val find_logical_path : CUnix.physical_path -> DirPath.t -val is_in_load_paths : CUnix.physical_path -> bool - (** {6 Locate a library in the load paths } *) exception LibUnmappedDir exception LibNotFound -- cgit v1.2.3