[Merged by Bors] - feat: port 'section relation' in Init/Logic#379
[Merged by Bors] - feat: port 'section relation' in Init/Logic#379dwrensha wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
|
The I suspect the linter has a bug. |
|
I think the linter is correct, and the |
Yes, those |
|
There are two kinds of linters here: the lean core linters, and the mathlib linters. The lean core linters are reported as you type and are controlled by The mathlib linters generally look at declarations in the environment, and are of a more "semantic" nature than the lean core linters that look at the syntax of what you wrote. The |
|
bors r+ |
#34 left `section relation` as a TODO. This PR fills it in. Compare to the Lean 3 version: https://github.com/leanprover-community/lean/blob/741670c439f1ca266bc7fe61ef7212cc9afd9dd8/library/init/logic.lean#L1027-L1062
|
Pull request successfully merged into master. Build succeeded: |
#34 left
section relationas a TODO. This PR fills it in.Compare to the Lean 3 version: https://github.com/leanprover-community/lean/blob/741670c439f1ca266bc7fe61ef7212cc9afd9dd8/library/init/logic.lean#L1027-L1062