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] - fix: make List.rec and Nat.rec computable #1720

Closed
wants to merge 9 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jan 20, 2023

This works around leanprover/lean4#2049. By manually adding compiler support for these recursors, we make a large number of porting notes redundant.


Open in Gitpod

@eric-wieser eric-wieser added the WIP Work in progress label Jan 20, 2023
@eric-wieser eric-wieser changed the title fix: make list.rec computable fix: make List.rec and Nat.rec computable Jan 20, 2023
@eric-wieser eric-wieser added awaiting-review awaiting-CI and removed WIP Work in progress labels Jan 20, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@semorrison semorrison added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jan 20, 2023
bors bot pushed a commit that referenced this pull request Jan 20, 2023
This works around leanprover/lean4#2049. By manually adding compiler support for these recursors, we make a large number of porting notes redundant.
@bors
Copy link

bors bot commented Jan 20, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix: make List.rec and Nat.rec computable [Merged by Bors] - fix: make List.rec and Nat.rec computable Jan 20, 2023
@bors bors bot closed this Jan 20, 2023
@bors bors bot deleted the eric-wieser/List.rec-computable branch January 20, 2023 18:06
mathlib-bors bot pushed a commit that referenced this pull request Nov 19, 2023
#1720 made `List.rec` computable and therefore made it possible to restore the simpler versions of
`foldrRecOn` and `foldlRecOn`.
alexkeizer pushed a commit that referenced this pull request Nov 21, 2023
#1720 made `List.rec` computable and therefore made it possible to restore the simpler versions of
`foldrRecOn` and `foldlRecOn`.
grunweg pushed a commit that referenced this pull request Dec 15, 2023
#1720 made `List.rec` computable and therefore made it possible to restore the simpler versions of
`foldrRecOn` and `foldlRecOn`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-CI 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

4 participants