aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/nametab.mli')
-rwxr-xr-xlibrary/nametab.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/nametab.mli b/library/nametab.mli
index f1af6c171..d436c4437 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -93,6 +93,13 @@ val global_inductive : reference -> inductive
(* This locates also syntactic definitions *)
val extended_locate : qualid -> extended_global_reference
+(* This locates all names with a given suffix, if qualid is valid as
+ such, it comes first in the list *)
+val extended_locate_all : qualid -> extended_global_reference list
+
+(* This locates all global references with a given suffixe *)
+val locate_all : qualid -> global_reference list
+
val locate_obj : qualid -> section_path
val locate_constant : qualid -> constant