Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura 0e28043ec6
feat: add simpTelescope simproc for simplifying binders before intro (#12154)
This PR adds `simpTelescope`, a simproc that simplifies telescope
binders (`have`-expression values and arrow hypotheses) but not the
final body. This is useful for simplifying targets before introducing
hypotheses.
2026-01-25 23:16:30 +00:00
.claude doc: document nightly infrastructure in release command (#12129) 2026-01-24 00:06:44 +00:00
.github fix: CI CMakeLists.txt version check extracts wrong value (#12131) 2026-01-24 00:34:31 +00:00
doc doc: write a guideline for tactic docstrings (#11406) 2026-01-06 04:40:20 +00:00
images
releases_drafts
script chore: check reference-manual release notes title in release checklist (#12130) 2026-01-24 00:33:53 +00:00
src feat: add simpTelescope simproc for simplifying binders before intro (#12154) 2026-01-25 23:16:30 +00:00
stage0 chore: update stage0 2026-01-23 18:35:59 +00:00
tests feat: add simpTelescope simproc for simplifying binders before intro (#12154) 2026-01-25 23:16:30 +00:00
.gitattributes
.gitignore
.gitpod.Dockerfile
.gitpod.yml
.ignore
CMakeLists.txt
CMakePresets.json
CODEOWNERS
CONTRIBUTING.md
flake.lock
flake.nix
lean-toolchain
lean.code-workspace
LICENSE
LICENSES
README.md
RELEASES.md

This is the repository for Lean 4.

About

Installation

See Install Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean.