aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-18 15:03:10 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-18 15:03:10 +0000
commit0b22200aa1616fb2630948668d0b71d493d6ba71 (patch)
tree041a96b9101e60a9dd8dedb549ddd2450c160493 /ide/coq.ml
parent44a2018160c7aec492b695e65d77e41828b3f24e (diff)
Return of the tactic hints features in CoqIDE.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14687 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 93eac0962..8c2e7105c 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -214,6 +214,7 @@ let rewind coqtop i = eval_call coqtop (Ide_intf.rewind i)
let inloadpath coqtop s = eval_call coqtop (Ide_intf.inloadpath s)
let mkcases coqtop s = eval_call coqtop (Ide_intf.mkcases s)
let status coqtop = eval_call coqtop Ide_intf.status
+let hints coqtop = eval_call coqtop Ide_intf.hints
module PrintOpt =
struct