aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
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]. *)