diff options
| author | Maxime Dénès | 2018-04-09 10:11:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-04-09 10:11:48 +0200 |
| commit | d28546e681b6436386ab9a1e8907068348a1cff0 (patch) | |
| tree | b827beb4b2c2a5e8f99813948abacf88d048e40d | |
| parent | d82346e23d36ff8d09a1628c5c592a49ba370bab (diff) | |
| parent | 6f23cba6d691e149e62f36b46eb4c58ef6a826c8 (diff) | |
Merge PR #7070: Clarify wording in tactics documentation.
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index da34e3b55b..2af73c28e5 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -1635,7 +1635,7 @@ analysis on inductive or co-inductive objects (see :ref:`TODO-4.5`). .. tacv:: elim @term using @term .. tacv:: elim @term using @term with @bindings_list - Allows the user to give explicitly an elimination predicate :n:`@term` that + Allows the user to give explicitly an induction principle :n:`@term` that is not the standard one for the underlying inductive type of :n:`@term`. The :n:`@bindings_list` clause allows instantiating premises of the type of :n:`@term`. |
