-
Notifications
You must be signed in to change notification settings - Fork 373
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] - chore: backports from bump/nightly-2024-05-20 #13072
Conversation
kim-em
commented
May 21, 2024
@@ -125,7 +125,7 @@ theorem genericPoint_eq_bot_of_affine (R : CommRingCat) [IsDomain R] : | |||
|
|||
instance functionField_isFractionRing_of_affine (R : CommRingCat.{u}) [IsDomain R] : | |||
IsFractionRing R (Scheme.Spec.obj <| op R).functionField := by | |||
convert StructureSheaf.IsLocalization.to_stalk R (genericPoint _) | |||
convert StructureSheaf.IsLocalization.to_stalk R (genericPoint (Scheme.Spec.obj (op R))) |
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.
nightly-2024-05-19 and onwards need a bit more of a hint here, after the bugfix in leanprover/lean4#4206
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 🎉
bors merge
Pull request successfully merged into master. Build succeeded: |