-
Notifications
You must be signed in to change notification settings - Fork 59
Make cdf
an instance of Cumulative
(fix #1572)
#1686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make cdf
an instance of Cumulative
(fix #1572)
#1686
Conversation
The errors appear to be due to technical issues. Can I ignore them? |
Cumulative
cdf
an instance of Cumulative
(fix #1572)
They indeed look like elpi related, let us just ping @gares (who certainly already knows) |
Thank you for the review! |
This reverts commit 558558e. Reason: I mistakenly committed some unnecessary files.
3043ddc
to
6661aa2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the last commit, I have essentially shortened a proof by using an existing lemma and renamed a lemma using the ltgt
substring that is often used when a lemma refers to both <
and >
.
Thank you for the review and the merge. |
…p#1686) * generalize cumulative --------- Co-authored-by: Reynald Affeldt <[email protected]>
Motivation for this change
fixes #1572
Checklist
CHANGELOG_UNRELEASED.md
Reference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers