aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyril Cohen2019-03-26 13:48:38 +0100
committerGitHub2019-03-26 13:48:38 +0100
commit5c5455be722fe60634f511c876e05e3201091e25 (patch)
treef9cbe81a565d7d9634bcb4a84ffcb572986cd6d9 /ChangeLog
parent07f9f2b983f4e61d4dc930146d3823b485f35b91 (diff)
parent9c8f15339e719321d1a04360d3d2052ecd8bb5a2 (diff)
Merge pull request #305 from CohenCyril/sumn
compat sumn with bigop
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d479a..0a5e310 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,16 @@
* Corrected implicits and documentation of MatrixGenField.
+ * Renamed `big_setIDdep` to `big_setIDcond`
+ and `sum_nat_dep_const` to `sum_nat_cond_const`
+
+ * Added lemmas `big_imset_cond`,`big_map_id`, `big_image_cond`
+ `big_image`, `big_image_cond_id` and `big_image_id` for
+ completeness purposes
+
+ * Added lemmas `foldrE`, `foldlE`, `foldl_idx` and `sumnE`
+ to turn "seq statements" into "bigop statements"
+
24/04/2018 - compatibility with Coq 8.8 and several small fixes - version 1.7
* Added compatibility with Coq 8.8 and lost compatibility with