[Merged by Bors] - chore(Order/Basic): cleanup redundant type arguments#13604
[Merged by Bors] - chore(Order/Basic): cleanup redundant type arguments#13604
Conversation
madvorak
commented
Jun 7, 2024
Import summaryNo significant changes to the import graph |
Mathlib/Order/Basic.lean
Outdated
| end «Prop» | ||
|
|
||
| variable {s : β → β → Prop} {t : γ → γ → Prop} | ||
| variable {γ : Type w} {s : β → β → Prop} {t : γ → γ → Prop} |
There was a problem hiding this comment.
Why not keep γ at the top?
There was a problem hiding this comment.
It is used here for the first time. Why to clutter the infoview for the intermediate 1500 lines?
There was a problem hiding this comment.
Type variables are usually put at the top
There was a problem hiding this comment.
Actually, the entire line 1506 was never used, lol.
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
PR summaryImport changesNo significant changes to the import graph
|
|
maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
bors r+ |
Co-authored-by: madvorak <dvorakmartinbridge@seznam.cz>
|
Pull request successfully merged into master. Build succeeded: |
Co-authored-by: madvorak <dvorakmartinbridge@seznam.cz>