diff options
| author | Maxime Dénès | 2019-07-24 17:23:30 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-14 11:06:18 +0100 |
| commit | f71733e0a10728a006ce563bc84beabf790a41b2 (patch) | |
| tree | ec282a6ee3ebc24e86ed16a728545ce0f1cc3e4b /doc/sphinx/proof-engine | |
| parent | b9def53df5a69d5d4dbf46bd846281220b4fe1db (diff) | |
Document recommended syntax for `firstorder`
Only the deprecated one was documentated, and the deprecation was not
mentioned.
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index ad7f9af0f9..62d4aa704f 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -4237,7 +4237,13 @@ some incompatibilities. .. tacv:: firstorder using {+ @qualid} - Adds lemmas :n:`{+ @qualid}` to the proof-search environment. If :n:`@qualid` + .. deprecated:: 8.3 + + Use the syntax below instead (with commas). + +.. tacv:: firstorder using {+, @qualid} + + Adds lemmas :n:`{+, @qualid}` to the proof-search environment. If :n:`@qualid` refers to an inductive type, it is the collection of its constructors which are added to the proof-search environment. @@ -4246,7 +4252,7 @@ some incompatibilities. Adds lemmas from :tacn:`auto` hint bases :n:`{+ @ident}` to the proof-search environment. -.. tacv:: firstorder @tactic using {+ @qualid} with {+ @ident} +.. tacv:: firstorder @tactic using {+, @qualid} with {+ @ident} This combines the effects of the different variants of :tacn:`firstorder`. |
