aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-13 02:51:30 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-13 02:51:30 +0000
commit2ca3e39dbcdd07d6bc777f1514999109827a2410 (patch)
tree578670e90619a9a1cd8f4d3e6b82fbfdb917d1f6 /ide/coq.mli
parent0296f82e4cd1a13fa5567373a03a66aad9e0987a (diff)
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
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli1
1 files changed, 1 insertions, 0 deletions
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. *)