Skip to content

Commit

Permalink
use equiv from Category
Browse files Browse the repository at this point in the history
  • Loading branch information
Reijix committed May 23, 2024
1 parent 73a5449 commit 1342696
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Categories/Category/Restriction/Properties/Poset.agda
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ module Categories.Category.Restriction.Properties.Poset {o ℓ e} {𝒞 : Catego
; _≤_ = λ f g f ≈ g ∘ f ↓
; isPartialOrder = record
{ isPreorder = record
{ isEquivalence = record
{ refl = refl
; sym = sym
; trans = trans
}
{ isEquivalence = equiv
; reflexive = λ {x} {y} x≈y begin
x ≈˘⟨ pidʳ ⟩
x ∘ x ↓ ≈⟨ x≈y ⟩∘⟨refl ⟩
Expand Down

0 comments on commit 1342696

Please sign in to comment.