aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideproof.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-23 14:35:52 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-23 14:35:52 +0000
commit24473ef1954c856907ba8907a4d2c910505125a1 (patch)
treed9d5b1ba34fa9179d6f0a5b1750afe15337b5fc2 /ide/ideproof.mli
parent756bafb378b087e18815812d1a01cdd031990804 (diff)
Fixed #2782.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15351 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/ideproof.mli')
-rw-r--r--ide/ideproof.mli15
1 files changed, 15 insertions, 0 deletions
diff --git a/ide/ideproof.mli b/ide/ideproof.mli
new file mode 100644
index 000000000..58b4d0644
--- /dev/null
+++ b/ide/ideproof.mli
@@ -0,0 +1,15 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val display :
+ (GText.view -> Interface.goal list -> 'a -> unit) -> GText.view ->
+ Interface.goals option -> 'a -> Interface.evar list option -> unit
+
+val mode_tactic :
+ ('a -> unit -> unit) -> GText.view -> Interface.goal list ->
+ ((string * 'a) list list * (string * 'a) list) option -> unit