aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 12:40:24 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 12:40:24 +0000
commit608bb24403e07e42855311d483e918c7acf3cafb (patch)
tree53c57ed0d82a5332ece2b7551116c46497a91975 /proofs/proofview.mli
parent7cf5f94e772df8632b88088f1cf0ae2287e8f64f (diff)
Small change in the printing of proofs for use by coqide.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15577 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index d29ab4f09..d9cc43e50 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -62,7 +62,7 @@ type focus_context
refined functions to ide-s. This would be better than spawning a
new nearly identical function everytime. Hence the generic name. *)
(* In this version: returns the number of goals that are held *)
-val focus_context : focus_context -> int
+val focus_context : focus_context -> Goal.goal list * Goal.goal list
(* [focus i j] focuses a proofview on the goals from index [i] to index [j]
(inclusive). (i.e. goals number [i] to [j] become the only goals of the