aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlivier Laurent2020-04-05 19:34:07 +0200
committerOlivier Laurent2020-04-19 22:48:21 +0200
commitf5866113d0ab1463eae690871a44fca9c2ed6dcd (patch)
treea4d495ff0d6761d4addfac59de9db04394199b03 /doc
parentf3af9a4c6e6813f32dfe632209e145ffbf5fed98 (diff)
A library on cyclic permutations: CPermutation
(following the pattern of Permutation.v)
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/12031-ollibs-cpermutation.rst4
-rw-r--r--doc/stdlib/index-list.html.template1
2 files changed, 5 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).
diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template
index 7fa621c11c..73f1df010d 100644
--- a/doc/stdlib/index-list.html.template
+++ b/doc/stdlib/index-list.html.template
@@ -444,6 +444,7 @@ through the <tt>Require Import</tt> command.</p>
theories/Sorting/PermutSetoid.v
theories/Sorting/Mergesort.v
theories/Sorting/Sorted.v
+ theories/Sorting/CPermutation.v
</dd>
<dt> <b>Wellfounded</b>: