aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-20 19:50:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-20 19:50:39 +0000
commitec66fade3f217897338cb0012eb06145d809edc8 (patch)
treec3f754291748250b6f2508b4697ea4af32e02287 /library/nametab.mli
parentbe670deace370127c44e1ee3583e61ed6492382a (diff)
Test pour empêcher 2 sections de même noms
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1172 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/nametab.mli')
-rwxr-xr-xlibrary/nametab.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/nametab.mli b/library/nametab.mli
index 13c6b514b..7f43b9d84 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -35,6 +35,7 @@ val locate_module : qualid -> section_path * module_contents
(* [exists sp] tells if [sp] is already bound to a cci term *)
val exists_cci : section_path -> bool
+val exists_module : section_path -> bool
val open_module_contents : qualid -> unit
val rec_open_module_contents : qualid -> unit