diff options
| author | Gaëtan Gilbert | 2020-11-02 14:36:07 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-11-15 10:30:31 +0100 |
| commit | 59ea396dc5fd01afd8f8dfd8ec18f84d787244c0 (patch) | |
| tree | 7ef01ec17704150baa8c40b0066d5d0ed6d25f21 /doc/sphinx/addendum | |
| parent | bb3f88473c1dd3bae56b769e0f3bc531c63e87fd (diff) | |
Doc and changelog for Instance Generalized Output
Diffstat (limited to 'doc/sphinx/addendum')
| -rw-r--r-- | doc/sphinx/addendum/type-classes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst index cdd31fcb86..e311544c86 100644 --- a/doc/sphinx/addendum/type-classes.rst +++ b/doc/sphinx/addendum/type-classes.rst @@ -388,6 +388,16 @@ Summary of the commands equivalent to ``Hint Resolve ident : typeclass_instances``, except it registers instances for :cmd:`Print Instances`. + .. flag:: Instance Generalized Output + + .. deprecated:: 8.13 + + Disabled by default, this provides compatibility with Coq + version 8.12 and earlier. + + When enabled, the type of the instance is implicitly generalized + over unbound and :ref:`generalizable <implicit-generalization>` variables as though surrounded by ``\`{}``. + .. cmd:: Print Instances @reference Shows the list of instances associated with the typeclass :token:`reference`. |
