aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-03 10:09:53 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-03 10:09:53 +0000
commit8a1550e2db6e95004eda1beec57200e214e91c72 (patch)
treea4a5f1b8ffbb49bda42a0c767044eea87223ba94 /library/library.mli
parentd03d9d2993b4e9e67c3d21f0e4515256917906e1 (diff)
Protection des tactiques contre l'utilisation sans le bon contexte de thories
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2745 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 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