diff options
| author | Cyril Cohen | 2019-03-26 13:48:38 +0100 |
|---|---|---|
| committer | GitHub | 2019-03-26 13:48:38 +0100 |
| commit | 5c5455be722fe60634f511c876e05e3201091e25 (patch) | |
| tree | f9cbe81a565d7d9634bcb4a84ffcb572986cd6d9 /ChangeLog | |
| parent | 07f9f2b983f4e61d4dc930146d3823b485f35b91 (diff) | |
| parent | 9c8f15339e719321d1a04360d3d2052ecd8bb5a2 (diff) | |
Merge pull request #305 from CohenCyril/sumn
compat sumn with bigop
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
