Open
Description
The definition:
-- Respecting - relatedness is preserved on both sides by equality
_Respects₂_ : Rel A ℓ₁ → Rel A ℓ₂ → Set _
P Respects₂ _∼_ = (P Respectsʳ _∼_) × (P Respectsˡ _∼_)
has
- left component the proof of
_Respectsʳ_
- right component that of
_Respectsˡ_
This seems a like bug (cognitive dissonance at the very least). Worth fixing?