From f27df397b49d2bb469e513749cade21e5c259926 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 21 Jul 2014 15:59:51 +0200 Subject: Adding a new "Locate Term" command, distinct from the raw "Locate" command. The new Term version has essentially the same behaviour as the old "Locate", while the new raw searches for all types of objects. Also code merging with the "Locate Ltac". Fixes bug #3380. --- printing/prettyp.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'printing/prettyp.mli') diff --git a/printing/prettyp.mli b/printing/prettyp.mli index bc0ce1718..de34131fe 100644 --- a/printing/prettyp.mli +++ b/printing/prettyp.mli @@ -53,7 +53,9 @@ val print_all_instances : unit -> std_ppcmds val inspect : int -> std_ppcmds (** Locate *) + val print_located_qualid : reference -> std_ppcmds +val print_located_term : reference -> std_ppcmds val print_located_tactic : reference -> std_ppcmds type object_pr = { -- cgit v1.2.3