aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/goal.mli')
-rw-r--r--proofs/goal.mli7
1 files changed, 5 insertions, 2 deletions
diff --git a/proofs/goal.mli b/proofs/goal.mli
index 4d4d0c2eb..d31a51fbd 100644
--- a/proofs/goal.mli
+++ b/proofs/goal.mli
@@ -94,10 +94,13 @@ module V82 : sig
stuff. *)
val build : Evd.evar -> goal
-
(* Instantiates a goal with an open term *)
val partial_solution : Evd.evar_map -> goal -> Term.constr -> Evd.evar_map
-
+
+ (* Instantiates a goal with an open term, reusing name of goal for
+ second goal *)
+ val partial_solution_to : Evd.evar_map -> goal -> goal -> Term.constr -> Evd.evar_map
+
(* Principal part of the weak-progress tactical *)
val weak_progress : goal list Evd.sigma -> goal Evd.sigma -> bool