aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof.mli
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-07-22 17:44:10 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-07-23 17:42:36 +0200
commitab4d3bae45265d18357bacbdeeefb7018f1e58c5 (patch)
tree9935aedd7319348ac005bdaa10a3c40a0c4b36e3 /proofs/proof.mli
parent1fd8e23da73422b17209e2d69a19dca6789bcaed (diff)
Proof_global.start_dependent_proof: properly threads the sigma through the telescope.
Allows for a more refined notion of dependently generated initial goals.
Diffstat (limited to 'proofs/proof.mli')
-rw-r--r--proofs/proof.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof.mli b/proofs/proof.mli
index a77b74124..be5311fed 100644
--- a/proofs/proof.mli
+++ b/proofs/proof.mli
@@ -52,7 +52,7 @@ val proof : proof ->
(*** General proof functions ***)
val start : Evd.evar_map -> (Environ.env * Term.types) list -> proof
-val dependent_start : Evd.evar_map -> Proofview.telescope -> proof
+val dependent_start : Proofview.telescope -> proof
val initial_goals : proof -> (Term.constr * Term.types) list
(* Returns [true] if the considered proof is completed, that is if no goal remain