From 2019b56bf43237167cc55512bbc13d82138abdb9 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sun, 9 Sep 2012 22:24:34 +0000 Subject: When asked for a SearchAbout request, Coq now returns a more precise name, that is, a pair of a smart qualified name and the missing prefix needed to recover the full path. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15787 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/coq.mli') diff --git a/ide/coq.mli b/ide/coq.mli index c19fe7889..43a040822 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -99,7 +99,7 @@ val evars : handle -> Interface.evar list option Interface.value val hints : handle -> (Interface.hint list * Interface.hint) option Interface.value val inloadpath : handle -> string -> bool Interface.value val mkcases : handle -> string -> string list list Interface.value -val search : handle -> Interface.search_flags -> Interface.search_answer list Interface.value +val search : handle -> Interface.search_flags -> string Interface.coq_object list Interface.value (** A specialized version of [raw_interp] dedicated to set/unset options. *) -- cgit v1.2.3