aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine
diff options
context:
space:
mode:
authorVincent Laporte2019-03-14 10:34:46 +0000
committerVincent Laporte2019-10-04 09:29:24 +0000
commit94f1cb115b791a36ee660e94bf086e1638acbb88 (patch)
treed3e0afd8a4e3910a6106b0e2d72b23c2c45471f3 /doc/sphinx/proof-engine
parent87c17a6871ef4c21ff86a050297d33738c5a870a (diff)
[Stdlib] OrderedType: do not pollute the “core” hint database
Diffstat (limited to 'doc/sphinx/proof-engine')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index fa6d62ffa2..85dfe0e5d2 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -3960,6 +3960,9 @@ At Coq startup, only the core database is nonempty and can be used.
:fset: internal database for the implementation of the ``FSets`` library.
+:ordered_type: lemmas about ordered types (as defined in the legacy ``OrderedType`` module),
+ mainly used in the ``FSets`` and ``FMaps`` libraries.
+
You are advised not to put your own hints in the core database, but
use one or several databases specific to your development.