Skip to content

Commit

Permalink
Document recommended syntax for firstorder
Browse files Browse the repository at this point in the history
Only the deprecated one was documentated, and the deprecation was not
mentioned.
  • Loading branch information
maximedenes authored and Zimmi48 committed Nov 14, 2019
1 parent b9def53 commit f71733e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/sphinx/proof-engine/tactics.rst
Expand Up @@ -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.

Expand All @@ -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`.

Expand Down

0 comments on commit f71733e

Please sign in to comment.