From de26e97cf37cafd37b83377d2df062a6e82676e7 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sun, 12 May 2013 15:33:40 +0000 Subject: Use the Hook module here and there. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16510 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index 22b94e521..8ed3afd66 100644 --- a/library/library.mli +++ b/library/library.mli @@ -56,7 +56,7 @@ val library_full_filename : DirPath.t -> string val overwrite_library_filenames : string -> unit (** {6 Hook for the xml exportation of libraries } *) -val set_xml_require : (DirPath.t -> unit) -> unit +val xml_require : (DirPath.t -> unit) Hook.t (** {6 Locate a library in the load paths } *) exception LibUnmappedDir -- cgit v1.2.3