aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-20 16:31:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-20 16:31:09 +0000
commit6aeea41c8a94233cb8b3ae15db1b20c75397610e (patch)
tree07446933f33ed70d3cf11020e9b4187efad3df6d /library/nametab.mli
parent500e89caeb3cb614cf2d51a2765cc42d0e10fed0 (diff)
Nettoyage des commentaires
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2031 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/nametab.mli')
-rwxr-xr-xlibrary/nametab.mli11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/nametab.mli b/library/nametab.mli
index f525d49c7..0ae357c9c 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -79,14 +79,7 @@ val locate_section : qualid -> dir_path
(* [exists sp] tells if [sp] is already bound to a cci term *)
val exists_cci : section_path -> bool
val exists_section : dir_path -> bool
-(*
-val open_module_contents : qualid -> unit
-val rec_open_module_contents : qualid -> unit
-(*s Entry points for sections *)
-val open_section_contents : qualid -> unit
-val push_section : section_path -> module_contents -> unit
-*)
(*s Roots of the space of absolute names *)
(* This is the root of the standard library of Coq *)
@@ -103,10 +96,6 @@ val push_library_root : module_ident -> unit
references inside a block of mutual inductive *)
val absolute_reference : section_path -> global_reference
-(*
-val is_absolute_dirpath : dir_path -> bool
-*)
-
(* [locate_in_absolute_module dir id] finds [id] in module [dir] or in
one of its section/subsection *)
val locate_in_absolute_module : dir_path -> identifier -> global_reference