lean4-htt/doc/examples
Kyle Miller 7fa1a8b114
chore: eliminate uses of intros x y z (#9983)
This PR eliminates uses of `intros x y z` (with arguments) and updates
the `intros` docstring to suggest that `intro x y z` should be used
instead. The `intros` tactic is historical, and can be traced all the
way back to Lean 2, when `intro` could only introduce a single
hypothesis. Since 2020, the `intro` tactic has superceded it. The
`intros` tactic (without arguments) is currently still useful.
2025-08-19 06:09:13 +00:00
..
Certora2022 feat: improve @[deprecated] attr (#3968) 2024-04-23 17:00:32 +00:00
compiler feat: support Lake for building Lean core oleans (#3886) 2024-06-13 16:18:24 +00:00
ICERM2022 feat: replace List.lt with List.Lex (#6379) 2024-12-15 08:22:39 +00:00
NFM2022 feat: improve @[deprecated] attr (#3968) 2024-04-23 17:00:32 +00:00
bintree.lean chore: eliminate uses of intros x y z (#9983) 2025-08-19 06:09:13 +00:00
deBruijn.lean chore: fix spelling mistakes in examples (doc/examples/) (#5434) 2024-09-23 21:44:55 +00:00
interp.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
palindromes.lean feat: per-function termination hints 2024-01-10 17:27:35 +01:00
phoas.lean chore: fix spelling mistakes in examples (doc/examples/) (#5434) 2024-09-23 21:44:55 +00:00
README.md chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
tc.lean fix: remove obsolete sentence in doc-string (#6185) 2024-11-23 07:56:31 +00:00
test_single.sh test: do not filter output for non-diff tests (#6308) 2024-12-04 17:49:35 +00:00
widgets.lean chore: fix spelling mistakes in examples (doc/examples/) (#5434) 2024-09-23 21:44:55 +00:00

These examples are checked in Lean's CI to ensure that they continue to work. They are included in the documentation section of the Lean website via a script that copies the latest version, in order to ensure that the website tracks Lean releases rather than master.