-
Notifications
You must be signed in to change notification settings - Fork 247
added new function take-all
to stdl
#1983
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
Conversation
add take-all to stdl Data.List.Propreties
take-all
to stdl
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.
Thanks! A few comments.
Syntaxe of `take-all` adjusted
declaration of `take-al` to the section **Other minor changes** / Add new proofs in `Data.List.Properties`
Hmmm... as an alternative, consider the following 'Mathematics Made Difficult' style argument: for fixed
Each of these seems a worthwhile property to have in the library? Now, by entirely analogous, but simpler (the cases are in lockstep) reasoning to the lemma here
(Ditto. Though it obviously follows from the lemma proved in this PR) Conclude, via the partial order structure of |
So I had a bunch of lemmas (still do) using the ordering structure. But because of bugs in Agda (Cubical leaking) and the weird reduction properties of |
error l instead of l fixed
Added new function take all to stdl Data.List.Properties and declare the change in CHANGELOG.md