aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli1
1 files changed, 1 insertions, 0 deletions
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