Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
This PR brings the Mac OSX build instructions up to date slightly. (They currently refer to facts "...as of November 2014...") - Remove specific OS version number from the title as it is out of date with respect to filename. - Nonetheless don't change filename for the sake of not breaking incoming links. - Update C++ language version to C++14, which I believe is what is currently required, based on other platform documentation. - Bump versions of C++ compilers that seem to be current. I expect the exact values of these version numbers aren't crucial but maybe good for the reader calibrating a vague sense of whether their compiler is in the right ballpark. - Add `lld` to the homebrew clang instructions, because homebrew changed the way they package llvm tools, spinning the linker off into its own package. |
||
|---|---|---|
| .github | ||
| doc | ||
| images | ||
| nix | ||
| releases_drafts | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| .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
- Quickstart
- Homepage
- Theorem Proving Tutorial
- Functional Programming in Lean
- Documentation Overview
- Language Reference
- Release notes starting at v4.0.0-m3
- Examples
- External Contribution Guidelines
Installation
See Setting Up Lean.
Contributing
Please read our Contribution Guidelines first.
Building from Source
See Building Lean.