diff options
| author | Pierre-Marie Pédrot | 2020-11-16 12:56:38 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-11-16 12:56:38 +0100 |
| commit | deb4206e287d46d804be6c50a06c4544d8ec43cf (patch) | |
| tree | b60aa9e5d97faf29cfa0cf70e91215355e9fd672 /doc/changelog | |
| parent | abde1139c8ce29ad4acd745b9ebf93be9cd1ee1c (diff) | |
| parent | f8f3ea06d9d8ffdd07d0d034b453d6495dd418c0 (diff) | |
Merge PR #13188: Default disable automatic generalization of Instance type
Ack-by: Blaisorblade
Reviewed-by: JasonGross
Reviewed-by: Zimmi48
Ack-by: jfehrle
Reviewed-by: ppedrot
Diffstat (limited to 'doc/changelog')
| -rw-r--r-- | doc/changelog/02-specification-language/13188-instance-gen.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/13188-instance-gen.rst b/doc/changelog/02-specification-language/13188-instance-gen.rst new file mode 100644 index 0000000000..6a431f85ed --- /dev/null +++ b/doc/changelog/02-specification-language/13188-instance-gen.rst @@ -0,0 +1,6 @@ +- **Removed:** The type given to :cmd:`Instance` is no longer automatically + generalized over unbound and :ref:`generalizable <implicit-generalization>` variables. + Use :n:`Instance : \`{@type}` instead of :n:`Instance : @type` to get the old behaviour, or + enable the compatibility flag :flag:`Instance Generalized Output`. + (`#13188 <https://github.com/coq/coq/pull/13188>`_, fixes `#6042 + <https://github.com/coq/coq/issues/6042>`_, by Gaëtan Gilbert). |
