lean4-htt/doc
Markus Himmel d24ece1396
feat: String.toList_map (#11021)
This PR adds more theory about `Splits` for strings and deduces the
first user-facing `String` lemma, `String.toList_map`.
2025-11-01 13:54:39 +00:00
..
dev feat: zero cost BaseIO (#10625) 2025-10-22 10:55:12 +02:00
examples feat: String.toList_map (#11021) 2025-11-01 13:54:39 +00:00
images doc: update quickstart guide for new display name (#5193) 2024-08-28 13:29:16 +00:00
latex doc: upstream the Lean4 pygments lexer (#3125) 2024-05-20 11:40:24 +00:00
make doc: fix broken "quickstart" and "supported editors" link (#8785) 2025-09-02 12:45:04 +00:00
std chore: Grove: bump version (#9419) 2025-07-17 15:02:17 +00:00
.gitignore
BoolExpr.lean chore: Std -> Batteries renaming (#4108) 2024-05-08 05:04:25 +00:00
metaprogramming-arith.lean
perf.md
README.md chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
style.md doc: add documentation style guide (#8199) 2025-05-02 13:05:18 +00:00
syntax_example.lean

Developer Documentation and Examples

This directory contains documentation that describes how to work on Lean itself, as well as examples that are included in documentation that's hosted on the Lean website. The make directory contains information on building Lean, and the dev directory describes how to work on Lean.

The documentation section has links to documentation that describes how to use Lean itself.