Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Extends the functionality of `lake test` and adds a parallel command in `lake lint`. * Rename `@[test_runner]` / `testRunner` to `@[test_driver]` / `testDriver`. The old names are kept as deprecated aliases. * Extend help page for `lake test` and adds one for `lake check-test`. * Add `lake lint` and its parallel tag `@[lint_driver]` , setting `lintDriver`, and checker `lake check-lint`. * Add support for specifying test / lint drivers from dependencies. * Add `testDriverArgs` / `lintDriverArgs` for fixing additional arguments to the invocation of a driver script or executable. * Add support for library test drivers (but not library lint drivers). * `lake check-test` / `lake check-lint` only load the package (without dependencies), not the whole workspace. Closes #4116. Closes #4121. Closes #4142. |
||
|---|---|---|
| .github | ||
| doc | ||
| images | ||
| nix | ||
| releases_drafts | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .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
- Quickstart
- Homepage
- Theorem Proving Tutorial
- Functional Programming in Lean
- Manual
- Release notes starting at v4.0.0-m3
- Examples
- External Contribution Guidelines
- FAQ
Installation
See Setting Up Lean.
Contributing
Please read our Contribution Guidelines first.
Building from Source
See Building Lean (documentation source: doc/make/index.md).