diff options
| author | Pierre-Marie Pédrot | 2020-11-16 12:01:20 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-11-16 12:39:39 +0100 |
| commit | 16706383de6035d3f75b539a73898eb1c0fc0778 (patch) | |
| tree | b0d556278ac91b192c8a880259962c2a1dbd2d8f /doc/sphinx/proofs | |
| parent | e348b1b6761315cdeea9e4c1c2f610ace9787e4a (diff) | |
Document the deprecation of the commands.
Diffstat (limited to 'doc/sphinx/proofs')
| -rw-r--r-- | doc/sphinx/proofs/writing-proofs/proof-mode.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx/proofs/writing-proofs/proof-mode.rst b/doc/sphinx/proofs/writing-proofs/proof-mode.rst index fd8a0329d6..40d032543f 100644 --- a/doc/sphinx/proofs/writing-proofs/proof-mode.rst +++ b/doc/sphinx/proofs/writing-proofs/proof-mode.rst @@ -288,12 +288,18 @@ Name a set of section hypotheses for ``Proof using`` existential variables remain. To instantiate existential variables during proof edition, you should use the tactic :tacn:`instantiate`. + .. deprecated:: 8.13 + .. cmd:: Grab Existential Variables This command can be run when a proof has no more goal to be solved but has remaining uninstantiated existential variables. It takes every uninstantiated existential variable and turns it into a goal. + .. deprecated:: 8.13 + + Use :cmd:`Unshelve` instead. + Proof modes ``````````` |
