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 c29299331..dc34ec72e 100644
--- a/library/library.mli
+++ b/library/library.mli
@@ -84,6 +84,8 @@ type library_location = LibLoaded | LibInPath
val locate_qualified_library :
Nametab.qualid -> library_location * dir_path * System.physical_path
+val check_required_module : string list -> unit
+
(*s Displays the memory use of a module. *)
val mem : dir_path -> Pp.std_ppcmds