-
Notifications
You must be signed in to change notification settings - Fork 131
feat: List.getElem_flatten #1511
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]> Co-authored-by: mathlib4-bot <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Rob23oba <[email protected]> Co-authored-by: Markus Himmel <[email protected]> Co-authored-by: Johan Commelin <[email protected]> Co-authored-by: Matthew Ballard <[email protected]> Co-authored-by: Kyle Miller <[email protected]> Co-authored-by: Mario Carneiro <[email protected]> Co-authored-by: Sebastian Ullrich <[email protected]> Co-authored-by: Joachim Breitner <[email protected]> Co-authored-by: Mac Malone <[email protected]> Co-authored-by: Anne C.A. Baanen <[email protected]> Co-authored-by: Paul Reichert <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Parth Shastri <[email protected]> Co-authored-by: Joseph Rotella <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Sebastian Graf <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]> Co-authored-by: mathlib4-bot <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Rob23oba <[email protected]> Co-authored-by: Markus Himmel <[email protected]> Co-authored-by: Johan Commelin <[email protected]> Co-authored-by: Matthew Ballard <[email protected]> Co-authored-by: Kyle Miller <[email protected]> Co-authored-by: Mario Carneiro <[email protected]> Co-authored-by: Sebastian Ullrich <[email protected]> Co-authored-by: Joachim Breitner <[email protected]> Co-authored-by: Mac Malone <[email protected]> Co-authored-by: Anne C.A. Baanen <[email protected]> Co-authored-by: Paul Reichert <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Parth Shastri <[email protected]> Co-authored-by: Joseph Rotella <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Sebastian Graf <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]> Co-authored-by: Mario Carneiro <[email protected]> Co-authored-by: leanprover-community-mathlib4-bot <[email protected]> Co-authored-by: Rob23oba <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Markus Himmel <[email protected]> Co-authored-by: Johan Commelin <[email protected]> Co-authored-by: Matthew Ballard <[email protected]> Co-authored-by: Kyle Miller <[email protected]> Co-authored-by: Sebastian Ullrich <[email protected]> Co-authored-by: Joachim Breitner <[email protected]> Co-authored-by: Mac Malone <[email protected]> Co-authored-by: Anne C.A. Baanen <[email protected]> Co-authored-by: Paul Reichert <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Parth Shastri <[email protected]> Co-authored-by: Joseph Rotella <[email protected]> Co-authored-by: Kim Morrison <[email protected]> Co-authored-by: Sebastian Graf <[email protected]>
|
I'm thinking about adding |
|
I've made #1515 to add general partial sums and products. I will update this PR to build upon it when I have a chance. There's a chance I can pick-up |
|
For |
WIP, just putting this up so I don't lose it. Anyone would be welcome to take this over and finish it.
List.partialSumsandList.partialProds#1515