aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-13Update README.mdCyril Cohen
2021-01-12Merge pull request #680 from pi8027/pairwiseCyril Cohen
Add `pairwise` predicate and some missing lemmas
2021-01-09[CI/CD] Adding real-closed, analysis and multinomials (#692)Cyril Cohen
* Adding real-closed, analysis and multinomials to the CI * removing analysis for 8.10
2021-01-05Merge pull request #690 from affeldt-aist/erroneous_warningKazuhiko Sakaguchi
erroneous deprecation warning
2021-01-04erroneous deprecation warningReynald Affeldt
2020-12-16Merge pull request #685 from pi8027/nullary-notationsCyril Cohen
Change the interpretation scope of some nullary notations from `ring_scope` to `fun_scope`
2020-12-16Change the interpretation scope of some nullary notations from ring_scope to ↵Kazuhiko Sakaguchi
fun_scope
2020-12-16Add `pairwise r xs` predicateKazuhiko Sakaguchi
which asserts that the relation `r` holds for any i-th and j-th element of `xs` such that i < j.
2020-12-16Merge pull request #683 from pi8027/remove-ci-fcsl-pcm-8.10Cyril Cohen
Remove ci-fcsl-pcm-8.10
2020-12-05Remove ci-fcsl-pcm-8.10Kazuhiko Sakaguchi
2020-12-04Merge pull request #679 from CohenCyril/mailmapCyril Cohen
adding entries to the mailmap
2020-11-26restrict coq version in opam fileCyril Cohen
2020-11-26adding entries to the mailmapCyril Cohen
2020-11-26adding back lua and sed to default.nixCyril Cohen
2020-11-26Merge pull request #678 from CohenCyril/under_fixCyril Cohen
Using under and removing comment
2020-11-26using under and removing commentCyril Cohen
2020-11-26Merge pull request #677 from CohenCyril/changelog-1.12affeldt-aist
Regrouping changelog entries for 1.12 release
2020-11-26Regrouping changelog entries for 1.12 releaseCyril Cohen
2020-11-26Merge pull request #674 from CohenCyril/clean-print-onlyaffeldt-aist
Using `only printing` and fixing coercion in notations
2020-11-25Using `only printing` and fixing coercion in notationsCyril Cohen
2020-11-25Merge pull request #665 from pi8027/allrelCyril Cohen
Generalize `allrel` to take two lists as arguments
2020-11-25Merge pull request #675 from CohenCyril/update_nixCyril Cohen
Update nix
2020-11-25Rename `all1rel` to `all2rel`, restate `eq_allrel`, and add CHANGELOG entriesKazuhiko Sakaguchi
Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com>
2020-11-25Apply suggestions from code reviewKazuhiko Sakaguchi
Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com>
2020-11-25Apply suggestions from code reviewKazuhiko Sakaguchi
Co-authored-by: Christian Doczkal <christian.doczkal@inria.fr>
2020-11-25Generalize `allrel` to take two lists as argumentsKazuhiko Sakaguchi
2020-11-25update nixCyril Cohen
2020-11-25Merge pull request #601 from pi8027/sorting_inCyril Cohen
Add `_in` variants of the sorting lemmas
2020-11-24Transpose `join_idP(l|r)` lemmas to follow the naming convention (#671)Kazuhiko Sakaguchi
Transpose `join_idP(l|r)` lemmas to follow the naming convention
2020-11-24Merge pull request #664 from pi8027/fix-minr-maxrCyril Cohen
Fix `@maxr` and `@minr`
2020-11-24Merge pull request #670 from pi8027/fix-668Cyril Cohen
Fix deprecation notations in path.v
2020-11-24Fix deprecation notations in `path.v`Kazuhiko Sakaguchi
2020-11-24Using [dup] in pathCyril Cohen
2020-11-24Apply suggestions from code reviewKazuhiko Sakaguchi
Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com>
2020-11-24Add more `_in` lemmas and CHANGELOG entriesKazuhiko Sakaguchi
2020-11-24`in11(1)_sig` subsumes `in(2|3)_sig`Kazuhiko Sakaguchi
2020-11-24factoring out in_sigCyril Cohen
2020-11-24Add `_in` lemmas for `sort`Kazuhiko Sakaguchi
2020-11-24Merge pull request #672 from CohenCyril/fix_dup_swapCyril Cohen
Fixing [dup] and [swap] for Coq 8.12
2020-11-23fixing [dup] for Coq 8.12Cyril Cohen
2020-11-24Fix `@maxr` and `@minr`Kazuhiko Sakaguchi
2020-11-24Remove `Reserved Notation`s in `ssrnum.v` which are already declared in ↵Kazuhiko Sakaguchi
`order.v`
2020-11-23Merge pull request #667 from CohenCyril/ssrcoq8.10Enrico Tassi
Using Coq 8.10 ssreflect new features
2020-11-22Merge pull request #661 from CohenCyril/tune_simplificationaffeldt-aist
Tuning simplifications using Arguments nomatch
2020-11-20Tuning simplifications using Arguments simpl nomatchCyril Cohen
2020-11-20Merge pull request #669 from math-comp/update-nix-actionCyril Cohen
Update nix.yml
2020-11-20Update nix.ymlCyril Cohen
2020-11-20Merge pull request #666 from ybertot/correct_all_pairs_dep_docCyril Cohen
typo in documentation of allpairs_dep
2020-11-20Using Coq 8.10 ssreflect new featuresCyril Cohen
2020-11-20typo in documentation of allpairs_depYves Bertot