Zulip Chat Archive
Stream: lean4
Topic: Standard library reference
Spearman (May 24 2024 at 04:35):
Is there a standard library API reference? This section is empty https://leanprover.github.io/reference/libraries.html
Kim Morrison (May 24 2024 at 04:41):
Currently no, sorry. Later this year we are beginning serious work on reference manuals!
Utensil Song (May 24 2024 at 05:05):
I've been using Mathlib docs to search for everything in core, Std, Batteries when I do general programming in Lean, with an educated guess on the naming. Usually you want to search only definitions, to exclude theorems and such.
Shreyas Srinivas (May 24 2024 at 16:41):
You can use loogle
to look up definitions and where they are located
Shreyas Srinivas (May 24 2024 at 16:41):
I find that it works faster than the docs search for the subset of lean libraries I use
Last updated: May 02 2025 at 03:31 UTC