diff options
| author | Pierre-Marie Pédrot | 2019-11-09 13:50:58 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-11-09 13:50:58 +0100 |
| commit | 69b91851ed5d18f1ca34ef2597f0cf342c10a124 (patch) | |
| tree | d0a8d17b85df7fff7e3dba7f58bd3a9bc58985df /tactics | |
| parent | f70ec9d4279f7b4b943eb28f15d6e4244bb82fc5 (diff) | |
| parent | 24dcc3e2aaa94ac42480c73a6e7e74f8a4aee3fe (diff) | |
Merge PR #11017: Make [Proof_global.closed_proof_output] opaque
Reviewed-by: ejgallego
Reviewed-by: gares
Reviewed-by: ppedrot
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/proof_global.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/proof_global.mli b/tactics/proof_global.mli index b9d1b37a11..9161eae82f 100644 --- a/tactics/proof_global.mli +++ b/tactics/proof_global.mli @@ -79,7 +79,7 @@ val close_proof : opaque:opacity_flag -> keep_body_ucst_separate:bool -> Future. * Both access the current proof state. The former is supposed to be * chained with a computation that completed the proof *) -type closed_proof_output = (Constr.t * Evd.side_effects) list * UState.t +type closed_proof_output (* If allow_partial is set (default no) then an incomplete proof * is allowed (no error), and a warn is given if the proof is complete. *) |
