diff options
| author | Pierre-Marie Pédrot | 2020-11-16 13:15:10 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-11-16 13:15:10 +0100 |
| commit | 8b156dc5a21279bdc49aea36aa1f410b08d32d9d (patch) | |
| tree | 767105c867f1f8da9e57d04e9da0019d30687d29 /doc | |
| parent | c3e7b6bec355e69f58a4adf093a1454a57dbac6a (diff) | |
| parent | 16706383de6035d3f75b539a73898eb1c0fc0778 (diff) | |
Merge PR #12516: Deprecate `Grab Existential Variables` and `Existential` commands
Reviewed-by: Zimmi48
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-commands-and-options/12516-deprecate-grab-existentials.rst | 4 | ||||
| -rw-r--r-- | doc/sphinx/proofs/writing-proofs/proof-mode.rst | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/12516-deprecate-grab-existentials.rst b/doc/changelog/07-commands-and-options/12516-deprecate-grab-existentials.rst new file mode 100644 index 0000000000..1c7c3102a3 --- /dev/null +++ b/doc/changelog/07-commands-and-options/12516-deprecate-grab-existentials.rst @@ -0,0 +1,4 @@ +- **Deprecated:** + :cmd:`Grab Existential Variables` and :cmd:`Existential` commands + (`#12516 <https://github.com/coq/coq/pull/12516>`_, + by Maxime Dénès). 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 ``````````` |
