diff options
| author | Emilio Jesus Gallego Arias | 2017-11-13 19:03:03 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-11-13 19:03:03 +0100 |
| commit | ed0c434a05a929a659e43aed80ab7c8179a7daa3 (patch) | |
| tree | d486bf54f6bbfd6ace8dc9cea52b959699f88ebe /proofs/proof.mli | |
| parent | c571cdbbcac5cb4b4a5a19ab2f7ac51222316292 (diff) | |
[api] Insert miscellaneous API deprecation back to core.
Diffstat (limited to 'proofs/proof.mli')
| -rw-r--r-- | proofs/proof.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof.mli b/proofs/proof.mli index 698aa48b02..48aed8225e 100644 --- a/proofs/proof.mli +++ b/proofs/proof.mli @@ -69,7 +69,7 @@ val map_structured_proof : proof -> (Evd.evar_map -> Goal.goal -> 'a) -> ('a pre val start : Evd.evar_map -> (Environ.env * EConstr.types) list -> proof val dependent_start : Proofview.telescope -> proof val initial_goals : proof -> (EConstr.constr * EConstr.types) list -val initial_euctx : proof -> Evd.evar_universe_context +val initial_euctx : proof -> UState.t (* Returns [true] if the considered proof is completed, that is if no goal remain to be considered (this does not require that all evars have been solved). *) |
