aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-05-13 13:02:51 +0200
committerGaëtan Gilbert2020-05-13 13:02:51 +0200
commit23be910b49eac7a69a30b1e737a4738e24edcaa0 (patch)
tree8bceafd4270a4943a48f7d6ebd26e0fa27a7e656 /doc/sphinx
parent67f0e9fd40dc2f7b30a8aec4c7efb032e61a001e (diff)
parent2b3bd349914a759b270cea48a7ec32c9320f1792 (diff)
Merge PR #11828: [obligations] Deprecated flag cleanup
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/addendum/program.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/sphinx/addendum/program.rst b/doc/sphinx/addendum/program.rst
index 52862dea47..b5618c5721 100644
--- a/doc/sphinx/addendum/program.rst
+++ b/doc/sphinx/addendum/program.rst
@@ -342,17 +342,11 @@ optional tactic is replaced by the default one if not specified.
.. flag:: Hide Obligations
+ .. deprecated:: 8.12
+
Controls whether obligations appearing in the
term should be hidden as implicit arguments of the special
- constantProgram.Tactics.obligation.
-
-.. flag:: Shrink Obligations
-
- .. deprecated:: 8.7
-
- This flag (on by default) controls whether obligations should have
- their context minimized to the set of variables used in the proof of
- the obligation, to avoid unnecessary dependencies.
+ constant ``Program.Tactics.obligation``.
The module :g:`Coq.Program.Tactics` defines the default tactic for solving
obligations called :g:`program_simpl`. Importing :g:`Coq.Program.Program` also