Zulip Chat Archive
Stream: mathlib4
Topic: does doc-gen4 support zulip-style linkifiers?
Bulhwi Cha (Jun 26 2023 at 08:34):
On Mathlib4 docs, "lean4#2115" doesn't turn into a link:
It is not currently possible to adjust priorities by hand (see lean4#2115). Instead, the last declared instance is used, so we make sure that
Semiring
is declared afterNonAssocRing
, so thatSemiring -> NonAssocSemiring
is tried beforeNonAssocRing -> NonAssocSemiring
. TODO: clean this once lean4#2115 is fixed
Last updated: Dec 20 2023 at 11:08 UTC