fix: Remove redundant instance requirement (#10941)
This PR removes a redundant instance requirement from `Std.instIrreflLtOfIsPreorderOfLawfulOrderLT`.
This commit is contained in:
parent
b2b385b456
commit
e11ef3ee4e
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public instance {α : Type u} [LT α] [LE α] [LawfulOrderLT α] :
|
|||
intro h h'
|
||||
exact h.2.elim h'.1
|
||||
|
||||
public instance {α : Type u} [LT α] [LE α] [IsPreorder α] [LawfulOrderLT α] :
|
||||
public instance {α : Type u} [LT α] [LE α] [LawfulOrderLT α] :
|
||||
Std.Irrefl (α := α) (· < ·) := inferInstance
|
||||
|
||||
public instance {α : Type u} [LT α] [LE α] [Trans (α := α) (· ≤ ·) (· ≤ ·) (· ≤ ·) ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue