aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyril Cohen2019-03-20 18:31:45 +0100
committerCyril Cohen2019-03-24 00:04:29 +0100
commit9c8f15339e719321d1a04360d3d2052ecd8bb5a2 (patch)
treefc3fdae51954678506ab64575e1ef33eb8485525 /ChangeLog
parent794cfe568c2b2e1eb138a8f881c330838d8a3c2d (diff)
Compat of sumn with bigop and renaming dep to cond when appropriate
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