From 826ad396a6bdc7bf55b4364a4c67dc9bbcddf525 Mon Sep 17 00:00:00 2001 From: notin Date: Tue, 8 Jul 2008 10:23:06 +0000 Subject: Suite de la révision #11212 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11214 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index ec911fc0f..c6bd8fe0b 100644 --- a/library/library.mli +++ b/library/library.mli @@ -26,6 +26,7 @@ open Libobject (*s Require = load in the environment + open (if the optional boolean is not [None]); mark also for export if the boolean is [Some true] *) val require_library : qualid located list -> bool option -> unit +val require_library_from_dirpath : (dir_path * string) list -> bool option -> unit val require_library_from_file : identifier option -> System.physical_path -> bool option -> unit -- cgit v1.2.3