aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst5
-rw-r--r--doc/changelog/10-standard-library/13804-count_occ.rst4
-rw-r--r--doc/stdlib/index-list.html.template1
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst b/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst
new file mode 100644
index 0000000000..32499957be
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Added the Ltac2 API `Ltac2.Ind` for manipulating inductive types
+ (`#13920 <https://github.com/coq/coq/pull/13920>`_,
+ fixes `#10095 <https://github.com/coq/coq/issues/10095>`_,
+ by Pierre-Marie Pédrot).
diff --git a/doc/changelog/10-standard-library/13804-count_occ.rst b/doc/changelog/10-standard-library/13804-count_occ.rst
new file mode 100644
index 0000000000..9354b219d8
--- /dev/null
+++ b/doc/changelog/10-standard-library/13804-count_occ.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ Lemmas about ``count_occ``: ``count_occ_app``, ``count_occ_elt_eq``, ``count_occ_elt_neq``, ``count_occ_bound``, ``count_occ_repeat_eq``, ``count_occ_repeat_neq``, ``count_occ_unique``, ``count_occ_repeat_excl``, ``count_occ_sgt``, ``Permutation_count_occ``
+ (`#13804 <https://github.com/coq/coq/pull/13804>`_,
+ by Olivier Laurent with help of Jean-Christophe Léchenet).
diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template
index b0f4e883be..d67906c4a8 100644
--- a/doc/stdlib/index-list.html.template
+++ b/doc/stdlib/index-list.html.template
@@ -685,6 +685,7 @@ through the <tt>Require Import</tt> command.</p>
user-contrib/Ltac2/Fresh.v
user-contrib/Ltac2/Ident.v
user-contrib/Ltac2/Init.v
+ user-contrib/Ltac2/Ind.v
user-contrib/Ltac2/Int.v
user-contrib/Ltac2/List.v
user-contrib/Ltac2/Ltac1.v