diff options
| author | coqbot-app[bot] | 2021-03-25 16:24:37 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-25 16:24:37 +0000 |
| commit | 1e1a72f02af57146336578a9b0fc6adb07ade786 (patch) | |
| tree | b82448e75865d3e6cd4495a9e86716b3f81b0cfb /doc | |
| parent | e96e5ef09d4a009780a8267c9289a1b5cf077653 (diff) | |
| parent | 148daa39aa4eed8ec4dd260efbf31188f99c0e4f (diff) | |
Merge PR #13852: [vernac] Improve alpha-renaming in record projection types
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst b/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst new file mode 100644 index 0000000000..d3ef244cb0 --- /dev/null +++ b/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst @@ -0,0 +1,6 @@ +- **Changed:** + In `Record`, alpha-rename the variable associated with the record to avoid + alpha-renaming parameters of projections + (`#13852 <https://github.com/coq/coq/pull/13852>`_, + fixes `#13727 <https://github.com/coq/coq/issues/13727>`_, + by Li-yao Xia). |
