aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 14:34:20 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 14:57:30 +0200
commit32ea597251d4fc7cfbab26022a5355949e8a3257 (patch)
treed4397024bd22a3b909fff391f85d4bfd112416ea /library/nametab.ml
parent2e9e6e8c694cb2bfec9c2fb58053cd270f135796 (diff)
More complete printing of Ltac location, akin to the term-dedicated Locate command.
Diffstat (limited to 'library/nametab.ml')
-rw-r--r--library/nametab.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/nametab.ml b/library/nametab.ml
index 1a30e80d1..4a61a9540 100644
--- a/library/nametab.ml
+++ b/library/nametab.ml
@@ -427,6 +427,8 @@ let locate_all qid =
let locate_extended_all qid = ExtRefTab.find_prefixes qid !the_ccitab
+let locate_extended_all_tactic qid = KnTab.find_prefixes qid !the_tactictab
+
(* Derived functions *)
let locate_constant qid =