Skip to content
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

[Merged by Bors] - feat(List/Infix): add get_tails and get_inits #12170

Closed
wants to merge 2 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Apr 16, 2024

The goal is to drop nth_le_tails and nth_le_inits soon.

Written for #9607, moved to a separate PR


Open in Gitpod

The goal is to drop `nth_le_tails` and `nth_le_inits` soon.
@urkud urkud added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. awaiting-CI labels Apr 16, 2024
| zero => simp
| succ n => simp [ihl]
#align list.nth_le_inits List.get_inits

section deprecated
set_option linter.deprecated false -- TODO(Henrik): make replacements for theorems in this section
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This TODO is now done, right? The lemmas should presumably be @[deprecated $replacement]ed.

Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+

Thanks!

@mathlib-bors
Copy link

mathlib-bors bot commented Apr 16, 2024

✌️ urkud can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added delegated and removed awaiting-review The author would like community review of the PR labels Apr 16, 2024
@urkud
Copy link
Member Author

urkud commented Apr 17, 2024

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Apr 17, 2024
mathlib-bors bot pushed a commit that referenced this pull request Apr 17, 2024
The goal is to drop `nth_le_tails` and `nth_le_inits` soon.

Written for #9607, moved to a separate PR
@mathlib-bors
Copy link

mathlib-bors bot commented Apr 17, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(List/Infix): add get_tails and get_inits [Merged by Bors] - feat(List/Infix): add get_tails and get_inits Apr 17, 2024
@mathlib-bors mathlib-bors bot closed this Apr 17, 2024
@mathlib-bors mathlib-bors bot deleted the YK-list-infix branch April 17, 2024 04:41
uniwuni pushed a commit that referenced this pull request Apr 19, 2024
The goal is to drop `nth_le_tails` and `nth_le_inits` soon.

Written for #9607, moved to a separate PR
callesonne pushed a commit that referenced this pull request Apr 22, 2024
The goal is to drop `nth_le_tails` and `nth_le_inits` soon.

Written for #9607, moved to a separate PR
Jun2M pushed a commit that referenced this pull request Apr 24, 2024
The goal is to drop `nth_le_tails` and `nth_le_inits` soon.

Written for #9607, moved to a separate PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants