[Merged by Bors] - feat: port Logic.Relation#565
Conversation
|
Remark: Lean 3 |
…community/mathlib4 into kbuzzard-port-logic-relation
|
It looks like you did many of the renames without simultaneously writing the |
|
Yeah, I think Yakov was also talking about this at the porting meeting. What I did with the bool files was just got everything working and then diffed the file with the mathbin port and did the aligns after :-) |
|
This is now compiling and ready for review (thanks for the comments even when the PR wasn't ready!) I don't know what the tag |
|
bors merge |
mathlib3 sha: 5ca6e9d2bb25feeebdefe9bd9de163897bdecd05 Relatively straightforward. Depends on ~~#559 (`EqvGen`)~~ and ~~#561 (`mk-iffs` attribute)~~ Co-authored-by: Vierkantor <vierkantor@vierkantor.com> Co-authored-by: David Renshaw <dwrenshaw@gmail.com> Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
@kbuzzard Just to directly answer this question: the mathport SHA you should provide is the latest version of mathlib for which you have incorporated changes from the file that is considered to be ported by this PR (namely The important part is that you shouldn't use mathlib from two weeks ago and report today's mathlib SHA if there were important changes in those two weeks, since then those changes will fall through the cracks when we go to do upgrades later. |
mathlib3 sha: 5ca6e9d2bb25feeebdefe9bd9de163897bdecd05
Relatively straightforward.
Depends on
#559 (andEqvGen)#561 (mk-iffsattribute)