From a20115809c0c6a36124366fae64130e3e513c1f1 Mon Sep 17 00:00:00 2001 From: notin Date: Mon, 7 Jul 2008 15:58:36 +0000 Subject: Utilisation de try_locate_qualified_library au lieu de locate_qualified_library (suite commit #11177) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11212 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'library') diff --git a/library/library.mli b/library/library.mli index d7cef32435..ec911fc0f7 100644 --- a/library/library.mli +++ b/library/library.mli @@ -76,6 +76,7 @@ type library_location = LibLoaded | LibInPath val locate_qualified_library : bool -> qualid -> library_location * dir_path * System.physical_path +val try_locate_qualified_library : qualid located -> dir_path * string (*s Statistics: display the memory use of a library. *) val mem : dir_path -> Pp.std_ppcmds -- cgit v1.2.3