diff options
| author | Olivier Laurent | 2020-04-05 19:34:07 +0200 |
|---|---|---|
| committer | Olivier Laurent | 2020-04-19 22:48:21 +0200 |
| commit | f5866113d0ab1463eae690871a44fca9c2ed6dcd (patch) | |
| tree | a4d495ff0d6761d4addfac59de9db04394199b03 /doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst | |
| parent | f3af9a4c6e6813f32dfe632209e145ffbf5fed98 (diff) | |
A library on cyclic permutations: CPermutation
(following the pattern of Permutation.v)
Diffstat (limited to 'doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst')
| -rw-r--r-- | doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst b/doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst new file mode 100644 index 0000000000..95b4cce2f7 --- /dev/null +++ b/doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst @@ -0,0 +1,4 @@ +- **Added:** + Definition and properties of cyclic permutations / circular shifts: ``CPermutation`` + (`#12031 <https://github.com/coq/coq/pull/12031>`_, + by Olivier Laurent). |
