chore: add missing instance (#8772)
Changes `ReverseImplicationOrder.instCompleteLattice` to be an `instance`.
This commit is contained in:
parent
d247297214
commit
e07ed1ae5c
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ instance ReverseImplicationOrder.instOrder : PartialOrder ReverseImplicationOrde
|
|||
rel_antisymm h₁ h₂ := propext ⟨h₂, h₁⟩
|
||||
|
||||
-- This defines a complete lattice on `Prop`, used to define coinductive predicates
|
||||
def ReverseImplicationOrder.instCompleteLattice : CompleteLattice ReverseImplicationOrder where
|
||||
instance ReverseImplicationOrder.instCompleteLattice : CompleteLattice ReverseImplicationOrder where
|
||||
sup c := ∀ p, c p → p
|
||||
sup_spec := by
|
||||
intro x c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue