From e7f9bc39ab4e879b521439901ed99bf3382bd40a Mon Sep 17 00:00:00 2001 From: coq Date: Tue, 7 Oct 2003 15:36:10 +0000 Subject: Correction du bug 335 et Export/Require Export dans un module git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4534 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index d69ecef9e..e02cb135c 100644 --- a/library/library.mli +++ b/library/library.mli @@ -15,18 +15,21 @@ open Libnames open Libobject (*i*) -(*s This module is the heart of the library. It provides low level functions to - load, open and save libraries. Modules are saved onto the disk with checksums - (obtained with the [Digest] module), which are checked at loading time to - prevent inconsistencies between files written at various dates. It also - provides a high level function [require] which corresponds to the - vernacular command [Require]. *) +(*s This module is the heart of the library. It provides low level + functions to load, open and save libraries. Libraries are saved + onto the disk with checksums (obtained with the [Digest] module), + which are checked at loading time to prevent inconsistencies + between files written at various dates. It also provides a high + level function [require] which corresponds to the vernacular + command [Require]. *) val read_library : qualid located -> unit val read_library_from_file : System.physical_path -> unit -val export_library : qualid located -> unit +(* [import_library true qid] = [export qid] *) + +val import_library : bool -> qualid located -> unit val library_is_loaded : dir_path -> bool val library_is_opened : dir_path -> bool -- cgit v1.2.3