-
Notifications
You must be signed in to change notification settings - Fork 400
[Merged by Bors] - chore: adaptations for lean4#5542 #17564
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
In lean4#5542 we are deprecating `inductive ... :=`, `structure ... :=`, and `class ... :=` for their `... where` counterparts.
PR summary 03bf4f6e67Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
I checked the entire diff (phew), and this PR does what is says, and aligns mathlib with an upcoming core change. Thanks! |
🚀 Pull request has been placed on the maintainer queue by grunweg. |
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 🎉
If CI passes, please remove the label awaiting-CI
and merge this yourself, by adding a comment bors r+
.
bors d+
✌️ kmill can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
In [lean4#5542](leanprover/lean4#5542) we are deprecating `inductive ... :=`, `structure ... :=`, and `class ... :=` for their `... where` counterparts.
Pull request successfully merged into master. Build succeeded: |
In [lean4#5542](leanprover/lean4#5542) we are deprecating `inductive ... :=`, `structure ... :=`, and `class ... :=` for their `... where` counterparts. Continuation of #17564.
In lean4#5542 we are deprecating
inductive ... :=
,structure ... :=
, andclass ... :=
for their... where
counterparts.