Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura e7a36f32f1 refactor: add MonadScope class
We are going to use it to implement the lambda lifting pass too.
2022-10-07 14:59:59 -07:00
.github chore: remove Bootstrap package 2022-09-02 16:39:03 -07:00
.vscode
doc doc: fix link to initialization section in ffi section 2022-10-07 19:11:59 +02:00
images
nix chore: remove Bootstrap package 2022-09-02 16:39:03 -07:00
script chore: remove Bootstrap package 2022-09-02 16:39:03 -07:00
src refactor: add MonadScope class 2022-10-07 14:59:59 -07:00
stage0 chore: update stage0 2022-10-06 17:22:08 -07:00
tests fix: fixes #1674 2022-10-07 13:33:41 -07:00
.gitattributes
.gitignore
.gitmodules
.ignore
CMakeLists.txt
CONTRIBUTING.md
default.nix
flake.lock chore: nix flake update 2022-07-08 13:46:57 +02:00
flake.nix chore: Nix: buildLeanPackage devShell 2022-07-08 23:24:04 +02:00
LICENSE
LICENSES
README.md doc: add new bullet 2022-06-30 19:17:29 -07:00
RELEASES.md chore: update release notes 2022-09-30 09:31:03 -07:00
shell.nix

This is the repository for Lean 4, which is currently being released as milestone releases towards a first stable release. Lean 3 is still the latest stable release.

About

Installation

See Setting Up Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean.