diff options
| author | ppedrot | 2013-11-04 13:20:47 +0000 |
|---|---|---|
| committer | ppedrot | 2013-11-04 13:20:47 +0000 |
| commit | d71f9b16a49ce4faa61ba9b3c57f43c3acceb8cb (patch) | |
| tree | e8921e7b66569dd2e94078cfcdb79fd4d37a62fe /proofs/proofview.mli | |
| parent | d4e378d6a984830d6b7d02340a89e2563d3f70ed (diff) | |
Allowing proofs starting with a non-empty evarmap.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17055 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index c07613f672..2945fb7141 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -36,7 +36,7 @@ val proofview : proofview -> Goal.goal list * Evd.evar_map (* Initialises a proofview, the argument is a list of environement, conclusion types, creating that many initial goals. *) -val init : (Environ.env * Term.types) list -> proofview +val init : Evd.evar_map -> (Environ.env * Term.types) list -> proofview (* Returns whether this proofview is finished or not. That is, if it has empty subgoals in the comb. There could still be unsolved |
