Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
@Kha This one is not as useful as the indented `do`. When writing interactive proofs I like the error message at the `}` showing the resulting tactic state. We can simulate it using a `skip` in the end of the sequence :) We remove the `skip` when the proof is done. Note that, the last `;` is usually not part of the `by`. Example: ```lean theorem ex (x y z : Nat) : y = z → y = x → x = z := fun _ _ => have x = y by apply Eq.symm; assumption; -- <<< the last `;` is part of the `have` Eq.trans this (by assumption) ``` |
||
|---|---|---|
| .github | ||
| doc | ||
| images | ||
| lean4-mode | ||
| nix | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| tmp | ||
| .clang-format | ||
| .codecov.yml | ||
| .gitattributes | ||
| .gitignore | ||
| CMakeLists.txt | ||
| default.nix | ||
| LICENSE | ||
| README.md | ||
| shell.nix | ||
We are currently developing Lean 4. Lean 3 is still the latest official release. This repository contains work in progress.
Important. Unless you are one of our collaborators
- We strongly suggest you use Lean 3.
- Pull requests are not welcome.
- New issues are not welcome, and will be closed without any feedback.