aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
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