diff options
| author | Pierre-Marie Pédrot | 2018-09-06 14:03:20 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-09-06 14:03:20 +0200 |
| commit | 51197c3b8b5a6f30397f0263e2e2f4461519c66e (patch) | |
| tree | 330e4b37b83d81905601bc5c17450e8ed940f2f8 /doc/sphinx/proof-engine | |
| parent | 51c5c25c944cc78b61392afdd2a19ae8f9e61614 (diff) | |
| parent | 0a60dade70b72055f3a7cf4f984e47375b7900bd (diff) | |
Merge PR #8110: Fixing capital letters in the "in" syntax of instantiate.
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 241cdf5eea..62a482096c 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -1345,8 +1345,8 @@ name of the variable (here :g:`n`) is chosen based on :g:`T`. changes in the goal, its use is strongly discouraged. .. tacv:: instantiate ( @num := @term ) in @ident -.. tacv:: instantiate ( @num := @term ) in ( Value of @ident ) -.. tacv:: instantiate ( @num := @term ) in ( Type of @ident ) +.. tacv:: instantiate ( @num := @term ) in ( value of @ident ) +.. tacv:: instantiate ( @num := @term ) in ( type of @ident ) These allow to refer respectively to existential variables occurring in a hypothesis or in the body or the type of a local definition. |
