Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Kim Morrison a0b63deb04
feat: updates to List/Array.Perm API (#7953)
This PR generalizes some typeclass hypotheses in the `List.Perm` API
(away from `DecidableEq`), and reproduces `List.Perm.mem_iff` for
`Array`, and fixes a mistake in the statement of `Array.Perm.extract`.
2025-04-14 01:17:02 +00:00
.github chore: CI: disable Linux 32bit (#7924) 2025-04-12 09:29:13 +00:00
doc
images
nix fix: search path related bugs (#7873) 2025-04-09 15:37:49 +00:00
releases_drafts
script chore: updates to release_checklist.md (#7817) 2025-04-04 03:45:36 +00:00
src feat: updates to List/Array.Perm API (#7953) 2025-04-14 01:17:02 +00:00
stage0 chore: update stage0 2025-04-13 23:32:03 +00:00
tests feat: add [grind ext] attribute (#7949) 2025-04-13 22:08:36 +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 Setting Up Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean (documentation source: doc/make/index.md).