Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Fehrle <[email protected]>
  • Loading branch information
SkySkimmer and jfehrle authored Dec 18, 2024
1 parent 7d15a1b commit 278a2aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- **Changed:**
:cmd:`Create HintDb` does not erase pre-existing hint databases
:cmd:`Create HintDb` no longer erases pre-existing hint databases
(`#19808 <https://github.com/coq/coq/pull/19808>`_,
by Gaëtan Gilbert).
5 changes: 2 additions & 3 deletions doc/sphinx/proofs/automatic-tactics/auto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,8 @@ and `Constants`, while implicitly created databases have the `Opaque` setting.

.. cmd:: Create HintDb @ident {? discriminated }

If a hint database named :n:`@name` already exists, do nothing.

Otherwise creates a new hint database named :n:`@ident`. The database is
If there is no hint database named :n:`@name`, creates a new hint database
with that name. Otherwise, does nothing. The database is
implemented by a Discrimination Tree (DT) that serves as a filter to select
the lemmas that will be applied. When discriminated, the DT uses
transparency information to decide if a constant should considered rigid for
Expand Down

0 comments on commit 278a2aa

Please sign in to comment.