Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
* feat: generalize `asTask`/`bindTask`/`mapTask` to `EIO` * feat: generalize task functions to the `EIO Empty` monad * chore: fix test + correct doc * feat: further generalize task functions to `RealM := EIO Empty` * chore: `RealM`/Task API touch-ups * refactor: `abbrev RealM` -> `def BaseIO` * chore: remame args / remove `EIO.toBaseIO_` as per code review * refactor: use `BaseIO` at `checkCanceled`/`getNumHeartbeats` * chore: fix `lean_io_bind_task_fn` signature error |
||
|---|---|---|
| .github | ||
| .vscode | ||
| doc | ||
| images | ||
| lean4-mode | ||
| nix | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| tmp | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| 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.