From 2ca3e39dbcdd07d6bc777f1514999109827a2410 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sun, 13 May 2012 02:51:30 +0000 Subject: Added semantic completion in CoqIDE. (Should also add an option for that...) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15317 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'ide/coq.mli') diff --git a/ide/coq.mli b/ide/coq.mli index 454610b9b..a0f5c30f8 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -94,6 +94,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 (** A specialized version of [raw_interp] dedicated to set/unset options. *) -- cgit v1.2.3