Open
Description
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 usesubst
or to introduce∣-resp-≡
).
And if one needs∣-resp
with respect to some other relationfoo
, then it can be
introduced∣-resp-foo
.