Open kim-em opened 1 week ago
Is there any advantage of using abbrev
over theorem
in this case?
Is there any advantage of using
abbrev
overtheorem
in this case?
Yes, we can use abbrev X := @Y
, to avoid having the type out the signature, when deprecating. In Batteries and below, we have alias
, but I don't think alias
is ready to move upstream (precisely because it results in us having too many ways to do the same thing: eventually I would like a unification of abbrev
and alias
functionality into a single keyword).
Mathlib CI status (docs):
nightly-with-mathlib
branch. Trygit rebase e0d7c3ac79bd9167ce7d295f51bf3779a04f7a07 --onto 9a8543347796e52070ff7936661ae48fcebfea60
. (2024-11-14 23:35:49)