aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorHugo Herbelin2020-11-29 00:10:07 +0100
committerHugo Herbelin2020-12-13 05:44:08 +0100
commit1b43dfcb6facbc88c611db3ecb9076e377eebb34 (patch)
tree88b993bf5786d3a36dafb92f7db961b8b8713a4b /doc/sphinx
parent81d0936c1ac8a537b5d8083933bce607e55ff28f (diff)
Removing flag "Bracketing Last Introduction Pattern".
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index 8f5c045929..d8c4fb61c2 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -264,17 +264,6 @@ These patterns can be used when the hypothesis is an equality:
:n:`@simple_intropattern_closed`.
:ref:`Example <intropattern_injection_ex>`
-.. flag:: Bracketing Last Introduction Pattern
-
- For :n:`intros @intropattern_list`, controls how to handle a
- conjunctive pattern that doesn't give enough simple patterns to match
- all the arguments in the constructor. If set (the default), Coq generates
- additional names to match the number of arguments.
- Unsetting the flag will put the additional hypotheses in the goal instead, behavior that is more
- similar to |SSR|'s intro patterns.
-
- .. deprecated:: 8.10
-
.. _intropattern_cons_note:
.. note::