aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-29 13:08:32 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-29 13:08:32 +0000
commitcf2ba65a10644d36bbfaf3a8f46c32f389175886 (patch)
tree1e80cc3b8d7809a3efe95a7200ec4516ea5c3008 /library/library.mli
parent388e02a7e9cab699c008035d8a16cdeeff6e2d29 (diff)
Crocret xml pour Require
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5598 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/library.mli b/library/library.mli
index e02cb135c..f7937fc07 100644
--- a/library/library.mli
+++ b/library/library.mli
@@ -51,6 +51,8 @@ val require_library :
val require_library_from_file :
bool option -> identifier option -> System.physical_path -> bool -> unit
+val set_xml_require : (dir_path -> unit) -> unit
+
(*s [save_library_to s f] saves the current environment as a library [s]
in the file [f]. *)