diff options
| author | Maxime Dénès | 2019-07-25 18:50:18 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-14 11:06:24 +0100 |
| commit | 6ffa4300ad8f693fd40c070e0d44b703325d375c (patch) | |
| tree | db4e92cd949e0cf441cff34cc14efb54ea444f02 | |
| parent | f71733e0a10728a006ce563bc84beabf790a41b2 (diff) | |
Restore documentation of `Typeclasses Axioms Are Instances`
This documentation seems to have been lost after it was introduced by
0ad26633a4589d77de1f864733d1d953dab9ea91
We also document that this flag is deprecated.
| -rw-r--r-- | doc/sphinx/addendum/type-classes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst index 1bbf988505..6d8de25e4c 100644 --- a/doc/sphinx/addendum/type-classes.rst +++ b/doc/sphinx/addendum/type-classes.rst @@ -563,6 +563,14 @@ 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 `:=` ~~~~~~~~~~~~~~~~~~~~~~ |
