Zulip Chat Archive
Stream: lean4
Topic: Documentation for Array.mk/List.toArray
Johannes Tantow (Feb 05 2025 at 09:38):
Hi,
the documentation of List.toArray
here https://leanprover-community.github.io/mathlib4_docs/Init/Prelude.html#Array.mk is a bit confusing as it apparently refers to itself. Looking into the source code I see that the documentation is inherited from Array.mk
, which explains the text. The documentation for Array.mk
is however not displayed. Is this intended?
Kim Morrison (Feb 06 2025 at 01:33):
@Johannes Tantow, thanks for the report, fixed on lean#6962
Johannes Tantow (Feb 06 2025 at 10:00):
Thanks. What about the other part, i.e. that the text for the constructor and the constructor itself is not displayed? Or is that a mathlib-website problem?
Kim Morrison (Feb 07 2025 at 01:50):
I think this will be fixed on the next release.
Last updated: May 02 2025 at 03:31 UTC