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
In lib-2.0, Algebra.Properties.Magma.Divisibility
introduces the names ∣-respʳ and ∣∣-respʳ-≈.
I suggest to declare ∣∣-respʳ-≈ as obfuscated and to introduce ∣∣-respʳ instead.
And to treat ∣∣-respˡ, ∣∣-resp-≈ similarly.
The reasons are as follows.
A uniform denotation style is desirable.
It is clear for Magma that "_∣_ respects" is about the equality of _≈_ as default
(for _≡_, one can use subst or to introduce ∣-resp-≡).
And if one needs ∣-resp with respect to some other relation foo, then it can be
introduced ∣-resp-foo.