diff options
| author | Gaëtan Gilbert | 2019-12-01 18:57:23 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-12-01 18:57:23 +0100 |
| commit | 73f329333c6123a512ca975da949bec3778ce151 (patch) | |
| tree | da378af9ffe7901e046faa7af62135a1f2232f68 /doc | |
| parent | c0d116209fdda0858b182000a19ebfeacd2b1b83 (diff) | |
| parent | 412b5ba92f3c76c6bdb7dada0ef7be62f72518a8 (diff) | |
Merge PR #11185: Remove deprecated Typeclasses Axioms Are Instances.
Reviewed-by: SkySkimmer
Reviewed-by: cpitclaudel
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-commands-and-options/11185-remove-typeclasses-axioms-instances.rst | 3 | ||||
| -rw-r--r-- | doc/sphinx/addendum/type-classes.rst | 8 |
2 files changed, 3 insertions, 8 deletions
diff --git a/doc/changelog/07-commands-and-options/11185-remove-typeclasses-axioms-instances.rst b/doc/changelog/07-commands-and-options/11185-remove-typeclasses-axioms-instances.rst new file mode 100644 index 0000000000..9fc09c4189 --- /dev/null +++ b/doc/changelog/07-commands-and-options/11185-remove-typeclasses-axioms-instances.rst @@ -0,0 +1,3 @@ +- **Removed:** ``Typeclasses Axioms Are Instances`` flag, deprecated since 8.10. + Use :cmd:`Declare Instance` for axioms which should be instances + (`#11185 <https://github.com/coq/coq/pull/11185>`_, by Théo Zimmermann). diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst index 661aa88082..57a2254100 100644 --- a/doc/sphinx/addendum/type-classes.rst +++ b/doc/sphinx/addendum/type-classes.rst @@ -576,14 +576,6 @@ Settings of goals. Setting this option to 1 or 2 turns on the :flag:`Typeclasses Debug` flag; setting this option to 0 turns that flag off. -.. flag:: Typeclasses Axioms Are Instances - - .. deprecated:: 8.10 - - This flag (off by default since 8.8) automatically declares axioms - whose type is a typeclass at declaration time as instances of that - class. - Typeclasses eauto `:=` ~~~~~~~~~~~~~~~~~~~~~~ |
