You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- 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?